Skip to content

Commit

Permalink
MINOR Fixing broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
halkyon committed May 9, 2012
1 parent d15b4ad commit 46660e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/controller/CMSMainTest.php
Expand Up @@ -36,9 +36,9 @@ function testPublish() {
$this->session()->inst_set('loggedInAs', $this->idFromFixture('Member', 'admin'));

$response = $this->get("admin/cms/publishall?confirm=1");

$this->assertContains(
sprintf(_t('CMSMain.PUBPAGES',"Done: Published %d pages"), 30),
_t('CMSMain.PUBPAGES', 'Done: Published %d pages', '', array('count' => 30)),
$response->getBody()
);

Expand Down

0 comments on commit 46660e9

Please sign in to comment.