Fix failing test.

This commit is contained in:
mark_story 2012-07-26 21:19:20 -04:00
parent 255705a81e
commit 6e0cf0dab7

View file

@ -88,7 +88,7 @@ class CommandListShellTest extends CakeTestCase {
$expected = "/\[.*TestPluginTwo.*\] example, welcome/"; $expected = "/\[.*TestPluginTwo.*\] example, welcome/";
$this->assertRegExp($expected, $output); $this->assertRegExp($expected, $output);
$expected = "/\[.*CORE.*\] acl, api, bake, command_list, console, i18n, schema, test, testsuite, upgrade/"; $expected = "/\[.*CORE.*\] acl, api, bake, command_list, console, i18n, schema, server, test, testsuite, upgrade/";
$this->assertRegExp($expected, $output); $this->assertRegExp($expected, $output);
$expected = "/\[.*app.*\] sample/"; $expected = "/\[.*app.*\] sample/";