You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2012/09/15 20:58:35 UTC

svn commit: r1385153 - /sling/trunk/testing/junit/scriptable/src/test/java/org/apache/sling/junit/tests/TestAllPathsTest.java

Author: bdelacretaz
Date: Sat Sep 15 18:58:35 2012
New Revision: 1385153

URL: http://svn.apache.org/viewvc?rev=1385153&view=rev
Log:
SLING-2594 - fix wrong package name

Modified:
    sling/trunk/testing/junit/scriptable/src/test/java/org/apache/sling/junit/tests/TestAllPathsTest.java

Modified: sling/trunk/testing/junit/scriptable/src/test/java/org/apache/sling/junit/tests/TestAllPathsTest.java
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/scriptable/src/test/java/org/apache/sling/junit/tests/TestAllPathsTest.java?rev=1385153&r1=1385152&r2=1385153&view=diff
==============================================================================
--- sling/trunk/testing/junit/scriptable/src/test/java/org/apache/sling/junit/tests/TestAllPathsTest.java (original)
+++ sling/trunk/testing/junit/scriptable/src/test/java/org/apache/sling/junit/tests/TestAllPathsTest.java Sat Sep 15 18:58:35 2012
@@ -15,7 +15,7 @@
  * is strictly forbidden unless prior written permission is obtained
  * from Adobe Systems Incorporated.
  **************************************************************************/
-package java.org.apache.sling.junit.tests;
+package org.apache.sling.junit.tests;
 
 import org.junit.Test;
 import org.apache.sling.junit.scriptable.TestAllPaths;