You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2011/10/31 17:34:05 UTC

svn commit: r1195555 - /felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/src/org/apache/felix/framework/test/TestResolver.java

Author: rickhall
Date: Mon Oct 31 16:34:05 2011
New Revision: 1195555

URL: http://svn.apache.org/viewvc?rev=1195555&view=rev
Log:
Removing the system bundle extension test case since it now causes the framework
to refresh, thus causing the remaining tests to fail.

Modified:
    felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/src/org/apache/felix/framework/test/TestResolver.java

Modified: felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/src/org/apache/felix/framework/test/TestResolver.java
URL: http://svn.apache.org/viewvc/felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/src/org/apache/felix/framework/test/TestResolver.java?rev=1195555&r1=1195554&r2=1195555&view=diff
==============================================================================
--- felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/src/org/apache/felix/framework/test/TestResolver.java (original)
+++ felix/sandbox/rickhall/bnd-test/org.apache.felix.framework.test/src/org/apache/felix/framework/test/TestResolver.java Mon Oct 31 16:34:05 2011
@@ -151,7 +151,9 @@ public class TestResolver extends FelixT
             cleanup();
         }
     }
-
+/*
+ * TODO: TEST CASE - Should consider moving this to a separate test project
+ *       to avoid it refreshing the system bundle.
     public void testResolverSystemBundleExport() throws Exception
     {
         InputStream is = null;
@@ -201,7 +203,7 @@ public class TestResolver extends FelixT
             cleanup();
         }
     }
-
+*/
     public void testResolverBrokenCycles() throws Exception
     {
         InputStream is = null;