SLING-5462 - mention this issue

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1727315 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 1037a5e..50b6ed2 100644
--- a/src/test/java/org/apache/sling/jcr/base/RepositoryInitializersTest.java
+++ b/src/test/java/org/apache/sling/jcr/base/RepositoryInitializersTest.java
@@ -116,11 +116,8 @@
         
         assertStart(true);
         
-        // TODO this should really be 1,2,3 but it looks like
-        // the Sling OSGi mocks sort in the wrong order w.r.t the
-        // service ranking. As demonstrated by the integration test
-        // under launchpad/test-services which comes out in the correct
-        // order.
+        // 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
         assertTestInitializerProperty("3,2,1,");
         assertAdditionalRepositoryServices(1);
     }
@@ -134,7 +131,7 @@
         assertStart(true);
         
         // TODO see comment in inOrderInitializers, this should really
-        // be 3,2,1
+        // be 3,2,1, caused by SLING-5462
         assertTestInitializerProperty("1,2,3,");
         assertAdditionalRepositoryServices(1);
     }