Skip to content

Commit

Permalink
Fixing possible test case failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 14, 2011
1 parent 16d29a8 commit 01b0431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Utility/FolderTest.php
Expand Up @@ -750,7 +750,7 @@ public function testDelete() {
$path . DS . 'level_1_1 removed',
$path . ' removed'
);
$this->assertEquals($expected, $messages);
$this->assertEquals(sort($expected), sort($messages));
}

/**
Expand Down

0 comments on commit 01b0431

Please sign in to comment.