You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2012/08/10 15:38:54 UTC

svn commit: r1371697 - in /ace/sandbox/marrs: org.apache.ace.authentication.itest/bnd.bnd org.apache.ace.client.repository.itest/bnd.bnd org.apache.ace.configurator.useradmin.itest/bnd.bnd

Author: jawi
Date: Fri Aug 10 13:38:54 2012
New Revision: 1371697

URL: http://svn.apache.org/viewvc?rev=1371697&view=rev
Log:
Added missing file store for user admin causing the itests to fail.

Modified:
    ace/sandbox/marrs/org.apache.ace.authentication.itest/bnd.bnd
    ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd
    ace/sandbox/marrs/org.apache.ace.configurator.useradmin.itest/bnd.bnd

Modified: ace/sandbox/marrs/org.apache.ace.authentication.itest/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.authentication.itest/bnd.bnd?rev=1371697&r1=1371696&r2=1371697&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.authentication.itest/bnd.bnd (original)
+++ ace/sandbox/marrs/org.apache.ace.authentication.itest/bnd.bnd Fri Aug 10 13:38:54 2012
@@ -21,6 +21,7 @@ Test-Cases: ${classes;CONCRETE;EXTENDS;o
 -runbundles: \
 	osgi.cmpn;version='[4.2.1,4.2.2)',\
 	org.apache.felix.useradmin;version='[1.0.2,1.0.3)',\
+	org.apache.felix.useradmin.filestore;version='[1.0.1,1.0.2)',\
 	org.apache.felix.log;version='[1.0.1,1.0.2)',\
 	org.apache.felix.dependencymanager;version='[3.1.0,3.1.1)',\
 	org.apache.felix.dependencymanager.shell;version='[3.0.1,3.0.2)',\

Modified: ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd?rev=1371697&r1=1371696&r2=1371697&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd (original)
+++ ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd Fri Aug 10 13:38:54 2012
@@ -52,6 +52,7 @@ Test-Cases: ${classes;CONCRETE;EXTENDS;o
 	org.apache.ace.deployment.provider.base;version=latest,\
 	org.apache.felix.prefs,\
 	org.apache.felix.useradmin;version='[1.0.2,1.0.3)',\
+	org.apache.felix.useradmin.filestore;version='[1.0.1,1.0.2)',\
 	org.apache.felix.log;version='[1.0.1,1.0.2)',\
 	org.apache.ace.range.api;version=latest,\
 	org.apache.ace.log;version=latest,\

Modified: ace/sandbox/marrs/org.apache.ace.configurator.useradmin.itest/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.configurator.useradmin.itest/bnd.bnd?rev=1371697&r1=1371696&r2=1371697&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.configurator.useradmin.itest/bnd.bnd (original)
+++ ace/sandbox/marrs/org.apache.ace.configurator.useradmin.itest/bnd.bnd Fri Aug 10 13:38:54 2012
@@ -22,6 +22,7 @@ Test-Cases: ${classes;CONCRETE;EXTENDS;o
 	org.apache.felix.prefs;version='[1.0.4,1.0.5)',\
 	osgi.cmpn;version='[4.2.1,4.2.2)',\
 	org.apache.felix.useradmin;version='[1.0.2,1.0.3)',\
+	org.apache.felix.useradmin.filestore;version='[1.0.1,1.0.2)',\
 	org.apache.felix.log;version='[1.0.1,1.0.2)',\
     org.apache.ace.test;version=latest,\
 	org.apache.ace.httplistener;version=latest,\