reactivated annotation test

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@898472 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/AnnotationTest.java b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/AnnotationTest.java
index e6428dc..d69fc3f 100644
--- a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/AnnotationTest.java
+++ b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/AnnotationTest.java
@@ -51,12 +51,6 @@
     @Test
     public void testSimpleAnnotations(BundleContext context)
     {
-        /* Temporarily turn off this test because it seems that it disturb the AspectTest junit test. */
-        if (true) {
-            // See http://opensource.bamboo.atlassian.com/browse/FELIX-DEF-3090/test/org.apache.felix.dm.test.AspectTest
-            return;
-        }
-        
         m_ensure = new Ensure();
         DependencyManager m = new DependencyManager(context);
         // We provide ourself as a "Sequencer" service: this will active the "org.apache.felix.dependencymanager.test.annotation" bundle