Author: cziegeler
Date: Tue Feb 19 17:39:45 2013
New Revision: 1447840
URL: http://svn.apache.org/r1447840
Log:
SLING-2544 : Restore tests included in the no longer existing
JcrResourceResolverTest
Added:
sling/trunk/launchpad/integration-tests/src/main/resources/scripts/sling-it/resourceresolver-integration.jsp
(with props)
Modified:
sling/trunk/launchpad/integration-tests/pom.xml
Modified: sling/trunk/launchpad/integration-tests/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/launchpad/integration-tests/pom.xml?rev=1447840&r1=1447839&r2=1447840&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/pom.xml (original)
+++ sling/trunk/launchpad/integration-tests/pom.xml Tue Feb 19 17:39:45 2013
@@ -147,21 +147,11 @@
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.jcr.resource</artifactId>
- <version>2.2.5-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.resourceresolver</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.json</artifactId>
<version>2.0.6</version>
</dependency>
Added:
sling/trunk/launchpad/integration-tests/src/main/resources/scripts/sling-it/resourceresolver-integration.jsp
URL:
http://svn.apache.org/viewvc/sling/trunk/launchpad/integration-tests/src/main/resources/scripts/sling-it/resourceresolver-integration.jsp?rev=1447840&view=auto
==============================================================================
---
sling/trunk/launchpad/integration-tests/src/main/resources/scripts/sling-it/resourceresolver-integration.jsp
(added)
+++
sling/trunk/launchpad/integration-tests/src/main/resources/scripts/sling-it/resourceresolver-integration.jsp
Tue Feb 19 17:39:45 2013
@@ -0,0 +1,26 @@
+<%@page session="false" %><%
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+%><%@page
import="org.apache.sling.launchpad.testservices.exported.ResourceResolverTest,
+ org.apache.sling.api.resource.ResourceResolverFactory"%><%
+%><%@taglib prefix="sling" uri="http://sling.apache.org/taglibs/sling/1.0" %><%
+%><sling:defineObjects/><%
+
+ final ResourceResolverFactory factory =
sling.getService(ResourceResolverFactory.class);
+ final ResourceResolverTest test = new ResourceResolverTest(factory);
+ test.runTest();
+%>TEST_PASSED
\ No newline at end of file
Propchange:
sling/trunk/launchpad/integration-tests/src/main/resources/scripts/sling-it/resourceresolver-integration.jsp
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
sling/trunk/launchpad/integration-tests/src/main/resources/scripts/sling-it/resourceresolver-integration.jsp
------------------------------------------------------------------------------
svn:keywords = Id
Propchange:
sling/trunk/launchpad/integration-tests/src/main/resources/scripts/sling-it/resourceresolver-integration.jsp
------------------------------------------------------------------------------
svn:mime-type = text/plain