Skip to content

Commit

Permalink
Correcting error message in test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 25, 2010
1 parent 0387907 commit ddf938c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/console/libs/tasks/project.test.php
Expand Up @@ -188,7 +188,7 @@ function testSecurityCipherSeedGeneration() {


$file =& new File($path . 'config' . DS . 'core.php'); $file =& new File($path . 'config' . DS . 'core.php');
$contents = $file->read(); $contents = $file->read();
$this->assertNoPattern('/76859309657453542496749683645/', $contents, 'Default Salt left behind. %s'); $this->assertNoPattern('/76859309657453542496749683645/', $contents, 'Default CipherSeed left behind. %s');
} }


/** /**
Expand Down

0 comments on commit ddf938c

Please sign in to comment.