SLING-5462, mention fix version

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1727926 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/java/org/apache/sling/jcr/base/RepositoryInitializersTest.java b/src/test/java/org/apache/sling/jcr/base/RepositoryInitializersTest.java
index 50b6ed2..a54ab0b 100644
--- a/src/test/java/org/apache/sling/jcr/base/RepositoryInitializersTest.java
+++ b/src/test/java/org/apache/sling/jcr/base/RepositoryInitializersTest.java
@@ -18,11 +18,9 @@
  */
 package org.apache.sling.jcr.base;
 
-import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
 
-import java.util.Arrays;
 import java.util.Hashtable;
 
 import javax.jcr.Repository;
@@ -40,7 +38,6 @@
 import org.junit.Rule;
 import org.junit.Test;
 import org.osgi.framework.Constants;
-import org.osgi.framework.InvalidSyntaxException;
 import org.osgi.framework.ServiceReference;
 
 /** Test the SlingRepositoryInitializer mechanism */
@@ -117,7 +114,8 @@
         assertStart(true);
         
         // TODO this should really be 1,2,3 but the Sling OSGi mocks sort 
-		// in the wrong order w.r.t service ranking, see SLING-5462
+        // in the wrong order w.r.t service ranking, see SLING-5462,
+        // will be fixed in osgi-mock 2.0.2
         assertTestInitializerProperty("3,2,1,");
         assertAdditionalRepositoryServices(1);
     }
@@ -159,4 +157,4 @@
         // The repository manager does not register a service in this case 
         assertAdditionalRepositoryServices(0);
     }
-}
\ No newline at end of file
+}