Skip to content

Commit

Permalink
Fix failing test caused by addition of TestShell.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 21, 2011
1 parent 52010a3 commit 7b9acc5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -131,7 +131,7 @@ public function testSortPlugin() {
$expected = "/\[.*TestPlugin.*\]\\v*[ ]+example/";
$this->assertPattern($expected, $output);

$expected = "/\[.*Core.*\]\\v*[ ]+acl, api, bake, command_list, console, i18n, schema, testsuite/";
$expected = "/\[.*Core.*\]\\v*[ ]+acl, api, bake, command_list, console, i18n, schema, test, testsuite/";
$this->assertPattern($expected, $output);
}

Expand Down

0 comments on commit 7b9acc5

Please sign in to comment.