Browse Source

Fixed test

davidsteinsland 12 years ago
parent
commit
c29d2abf69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Test/Case/Cache/Engine/MemcachedEngineTest.php

+ 1 - 1
lib/Cake/Test/Case/Cache/Engine/MemcachedEngineTest.php

@@ -285,7 +285,7 @@ class MemcachedEngineTest extends CakeTestCase {
 		);
 
 		$this->setExpectedException(
-			'CacheException', 'Memcached extension is not compiled with msgpack support'
+			'CacheException', 'msgpack is not a valid serializer engine for Memcached'
 		);
 		$Memcached->init($settings);
 	}