You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2010/04/05 09:58:46 UTC

svn commit: r930818 - /felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/ResourceAnnotationTest.java

Author: pderop
Date: Mon Apr  5 07:58:45 2010
New Revision: 930818

URL: http://svn.apache.org/viewvc?rev=930818&view=rev
Log:
reactivated testResourceAdapterAnnotation: this test is still failing and we have to investigate

Modified:
    felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/ResourceAnnotationTest.java

Modified: felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/ResourceAnnotationTest.java
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/ResourceAnnotationTest.java?rev=930818&r1=930817&r2=930818&view=diff
==============================================================================
--- felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/ResourceAnnotationTest.java (original)
+++ felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/ResourceAnnotationTest.java Mon Apr  5 07:58:45 2010
@@ -79,7 +79,6 @@ public class ResourceAnnotationTest exte
      * Tests a ResourceAdapter
      * @param context
      */
-  /*
     @Test
     public void testResourceAdapterAnnotation(BundleContext context)
     {
@@ -91,5 +90,4 @@ public class ResourceAnnotationTest exte
         super.stopBundle("ResourceTest", context);
         m_ensure.waitForStep(2, 10000);
     }
-  */
 }