Skip to content

Commit

Permalink
Revert "Merge pull request #1050 from rynop/2.3"
Browse files Browse the repository at this point in the history
This reverts commit f3f1e1a, reversing
changes made to 9fc4678.
  • Loading branch information
lorenzo committed Dec 27, 2012
1 parent f3f1e1a commit 9cc4371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php
Expand Up @@ -361,7 +361,7 @@ public function testClear() {
Cache::write('some_value', 'cache1', 'memcache');
$result = Cache::clear(true, 'memcache');
$this->assertTrue($result);
$this->assertEquals(false, Cache::read('some_value', 'memcache'));
$this->assertEquals('cache1', Cache::read('some_value', 'memcache'));

Cache::write('some_value', 'cache2', 'memcache2');
$result = Cache::clear(false, 'memcache');
Expand Down

0 comments on commit 9cc4371

Please sign in to comment.