You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/05/05 15:42:47 UTC

svn commit: r653480 - /incubator/sling/trunk/sling/servlet-resolver/src/test/java/org/apache/sling/servlet/resolver/helper/LocationUtilCreateLocationResourceTest.java

Author: fmeschbe
Date: Mon May  5 06:42:47 2008
New Revision: 653480

URL: http://svn.apache.org/viewvc?rev=653480&view=rev
Log:
Remove unused constant

Modified:
    incubator/sling/trunk/sling/servlet-resolver/src/test/java/org/apache/sling/servlet/resolver/helper/LocationUtilCreateLocationResourceTest.java

Modified: incubator/sling/trunk/sling/servlet-resolver/src/test/java/org/apache/sling/servlet/resolver/helper/LocationUtilCreateLocationResourceTest.java
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/sling/servlet-resolver/src/test/java/org/apache/sling/servlet/resolver/helper/LocationUtilCreateLocationResourceTest.java?rev=653480&r1=653479&r2=653480&view=diff
==============================================================================
--- incubator/sling/trunk/sling/servlet-resolver/src/test/java/org/apache/sling/servlet/resolver/helper/LocationUtilCreateLocationResourceTest.java (original)
+++ incubator/sling/trunk/sling/servlet-resolver/src/test/java/org/apache/sling/servlet/resolver/helper/LocationUtilCreateLocationResourceTest.java Mon May  5 06:42:47 2008
@@ -35,8 +35,6 @@
 
     private static final String SCRIPT_BASE = LOCATION + "/" + LOCATION_NAME;
 
-    private static final String SCRIPT_BASE_INVALID = LOCATION + "/invalid";
-
     public void testCreateLocationResourceGET() {
 
         final MockResource res0 = new MockResource(null, SCRIPT_BASE, "foo:bar");