You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by ab...@apache.org on 2014/01/14 09:04:18 UTC

svn commit: r1557962 - /incubator/celix/trunk/framework/private/test/bundle_cache_test.cpp

Author: abroekhuis
Date: Tue Jan 14 08:04:17 2014
New Revision: 1557962

URL: http://svn.apache.org/r1557962
Log:
CELIX-102: Fixed test.

Modified:
    incubator/celix/trunk/framework/private/test/bundle_cache_test.cpp

Modified: incubator/celix/trunk/framework/private/test/bundle_cache_test.cpp
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/framework/private/test/bundle_cache_test.cpp?rev=1557962&r1=1557961&r2=1557962&view=diff
==============================================================================
--- incubator/celix/trunk/framework/private/test/bundle_cache_test.cpp (original)
+++ incubator/celix/trunk/framework/private/test/bundle_cache_test.cpp Tue Jan 14 08:04:17 2014
@@ -63,9 +63,6 @@ TEST(bundle_cache, create) {
 		.withParameter("key", "org.osgi.framework.storage")
 		.andReturnValue((char *) NULL);
 
-	mock().expectOneCall("properties_destroy")
-		.withParameter("properties", configuration);
-
 	bundle_cache_pt cache = NULL;
 	celix_status_t status = bundleCache_create(configuration, pool, &cache);
 	LONGS_EQUAL(CELIX_SUCCESS, status);