Skip to content

Commit

Permalink
Fix the class name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaicostin committed Sep 16, 2015
1 parent 0d4b879 commit 3097723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ConfigTest extends BaseTestCase {
Properties p = new Properties()
Config config = newConfig(p)
//test default
assertEquals "SpyMemcacheClientFactory",
assertEquals "com.mc.hibernate.memcached.spymemcached.SpyMemcacheClientFactory",
config.getMemcachedClientFactoryName()

p["hibernate.memcached.memcacheClientFactory"] = "blah"
Expand Down

0 comments on commit 3097723

Please sign in to comment.