You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2015/06/07 16:44:59 UTC

svn commit: r1684035 - /ace/trunk/org.apache.ace.agent.controller.itest/bnd.bnd

Author: marrs
Date: Sun Jun  7 14:44:59 2015
New Revision: 1684035

URL: http://svn.apache.org/r1684035
Log:
Removed mockito-all which was not used but caused the tests to fail.

Modified:
    ace/trunk/org.apache.ace.agent.controller.itest/bnd.bnd

Modified: ace/trunk/org.apache.ace.agent.controller.itest/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent.controller.itest/bnd.bnd?rev=1684035&r1=1684034&r2=1684035&view=diff
==============================================================================
--- ace/trunk/org.apache.ace.agent.controller.itest/bnd.bnd (original)
+++ ace/trunk/org.apache.ace.agent.controller.itest/bnd.bnd Sun Jun  7 14:44:59 2015
@@ -1,7 +1,6 @@
 Test-Cases: org.apache.ace.agent.itest.CustomAgentControllerTest,\
 	org.apache.ace.agent.itest.CustomStandaloneAgentControllerTest
 -runbundles: \
-	org.mockito.mockito-all,\
 	org.apache.ace.test;version=latest,\
 	org.apache.ace.builder;version=latest,\
 	org.apache.felix.configadmin,\
@@ -38,8 +37,7 @@ Private-Package: \
 	org.apache.felix.dependencymanager,\
 	org.apache.felix.http.jetty,\
 	biz.aQute.bnd,\
-	junit.osgi,\
-	org.mockito.mockito-all	
+	junit.osgi
 -runsystempackages: sun.reflect
 -runproperties: \
 	org.apache.felix.eventadmin.Timeout=0,\