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/03/23 00:46:26 UTC

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

Author: pderop
Date: Mon Mar 22 23:46:26 2010
New Revision: 926403

URL: http://svn.apache.org/viewvc?rev=926403&view=rev
Log:
fixed test method name

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

Modified: felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/MultipleAnnotationTest.java
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/MultipleAnnotationTest.java?rev=926403&r1=926402&r2=926403&view=diff
==============================================================================
--- felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/MultipleAnnotationTest.java (original)
+++ felix/trunk/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/MultipleAnnotationTest.java Mon Mar 22 23:46:26 2010
@@ -60,7 +60,7 @@ public class MultipleAnnotationTest exte
     }
 
     @Test
-    public void testComplexAnnotations(BundleContext context)
+    public void testMultipleAnnotations(BundleContext context)
     {
         DependencyManager m = new DependencyManager(context);
         // Provide the Sequencer service to the MultipleAnnotationTest class.