Skip to content

Commit

Permalink
Fix failing test in ExtractTest
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Jan 7, 2014
1 parent 998c68c commit 4b0677c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Test/TestCase/Console/Command/Task/ExtractTaskTest.php
Expand Up @@ -382,9 +382,6 @@ public function testExtractCore() {
$this->assertTrue(file_exists($this->path . DS . 'cake.pot'));
$result = file_get_contents($this->path . DS . 'cake.pot');

$pattern = '/msgid "Yesterday, %s"\nmsgstr ""\n/';
$this->assertRegExp($pattern, $result);

$pattern = '/#: Console\/Templates\//';
$this->assertNotRegExp($pattern, $result);

Expand Down

0 comments on commit 4b0677c

Please sign in to comment.