Return-Path: X-Original-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F335510EDF for ; Tue, 14 Jan 2014 08:04:55 +0000 (UTC) Received: (qmail 42342 invoked by uid 500); 14 Jan 2014 08:04:46 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 42321 invoked by uid 500); 14 Jan 2014 08:04:44 -0000 Mailing-List: contact celix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-commits@incubator.apache.org Received: (qmail 42272 invoked by uid 99); 14 Jan 2014 08:04:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jan 2014 08:04:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jan 2014 08:04:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 277C323888FE; Tue, 14 Jan 2014 08:04:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1557962 - /incubator/celix/trunk/framework/private/test/bundle_cache_test.cpp Date: Tue, 14 Jan 2014 08:04:18 -0000 To: celix-commits@incubator.apache.org From: abroekhuis@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140114080418.277C323888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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);