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:45:24 UTC

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

Author: marrs
Date: Sun Jun  7 14:45:24 2015
New Revision: 1684036

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

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

Modified: ace/trunk/org.apache.ace.agent.itest/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent.itest/bnd.bnd?rev=1684036&r1=1684035&r2=1684036&view=diff
==============================================================================
--- ace/trunk/org.apache.ace.agent.itest/bnd.bnd (original)
+++ ace/trunk/org.apache.ace.agent.itest/bnd.bnd Sun Jun  7 14:45:24 2015
@@ -1,6 +1,5 @@
 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.ace.builder;version=latest,\