diff options
Diffstat (limited to 'sca-cpp/trunk/test/store-python')
-rw-r--r-- | sca-cpp/trunk/test/store-python/store.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/test/store-python/store.composite b/sca-cpp/trunk/test/store-python/store.composite index 8dc9950204..889f514624 100644 --- a/sca-cpp/trunk/test/store-python/store.composite +++ b/sca-cpp/trunk/test/store-python/store.composite @@ -60,7 +60,7 @@ </component> <component name="Cache"> - <implementation.cpp path="../../components/cache/.libs" library="libmcache"/> + <implementation.cpp path="../../components/cache/.libs" library="libmemcache"/> <service name="Cache"> <t:binding.atom uri="cache"/> </service> |