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:46:14 UTC

svn commit: r1684037 - /ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd

Author: marrs
Date: Sun Jun  7 14:46:14 2015
New Revision: 1684037

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

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

Modified: ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd?rev=1684037&r1=1684036&r2=1684037&view=diff
==============================================================================
--- ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd (original)
+++ ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd Sun Jun  7 14:46:14 2015
@@ -3,7 +3,6 @@
 # the the api package after the fact.
 Test-Cases: ${classes;CONCRETE;EXTENDS;junit.framework.TestCase}
 -runbundles: \
-	org.mockito.mockito-all,\
 	org.apache.ace.agent;version=latest,\
 	org.apache.ace.test;version=latest,\
 	org.apache.felix.dependencymanager,\