Skip to content

Commit

Permalink
Merge pull request #882 from dogmatic69/test-error
Browse files Browse the repository at this point in the history
fixing a error in the tests
  • Loading branch information
markstory committed Sep 30, 2012
2 parents e1a0ce7 + 095e8df commit 9ed901b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Core/AppTest.php
Expand Up @@ -808,7 +808,7 @@ public function testLoadClassInLibs() {

$this->assertFalse(class_exists('TestUtilityClass', false));
App::uses('TestUtilityClass', 'Utility');
$this->assertTrue(class_exists('CustomLibClass'));
$this->assertTrue(class_exists('TestUtilityClass'));
}

/**
Expand Down

0 comments on commit 9ed901b

Please sign in to comment.