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 2009/08/05 16:50:31 UTC

svn commit: r801244 - in /sling/trunk/launchpad/testing/src/test/resources/integration-test: jsp1.jsp jsp2.jsp

Author: bdelacretaz
Date: Wed Aug  5 14:50:31 2009
New Revision: 801244

URL: http://svn.apache.org/viewvc?rev=801244&view=rev
Log:
forgot jsp files for testChangingJsp()

Added:
    sling/trunk/launchpad/testing/src/test/resources/integration-test/jsp1.jsp   (with props)
    sling/trunk/launchpad/testing/src/test/resources/integration-test/jsp2.jsp   (with props)

Added: sling/trunk/launchpad/testing/src/test/resources/integration-test/jsp1.jsp
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/testing/src/test/resources/integration-test/jsp1.jsp?rev=801244&view=auto
==============================================================================
--- sling/trunk/launchpad/testing/src/test/resources/integration-test/jsp1.jsp (added)
+++ sling/trunk/launchpad/testing/src/test/resources/integration-test/jsp1.jsp Wed Aug  5 14:50:31 2009
@@ -0,0 +1,28 @@
+<!--
+/*
+ * 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.
+-->
+<!-- simple JSP rendering test -->
+<%@page session="false"%>
+<%@taglib prefix="sling" uri="http://sling.apache.org/taglibs/sling/1.0"%>
+<sling:defineObjects/>
+
+<h1>jsp1.jsp</h1>
+<p>
+    text from jsp1.jsp:<%= currentNode.getProperty("text").getValue().getString() %>
+</p>

Propchange: sling/trunk/launchpad/testing/src/test/resources/integration-test/jsp1.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Added: sling/trunk/launchpad/testing/src/test/resources/integration-test/jsp2.jsp
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/testing/src/test/resources/integration-test/jsp2.jsp?rev=801244&view=auto
==============================================================================
--- sling/trunk/launchpad/testing/src/test/resources/integration-test/jsp2.jsp (added)
+++ sling/trunk/launchpad/testing/src/test/resources/integration-test/jsp2.jsp Wed Aug  5 14:50:31 2009
@@ -0,0 +1,28 @@
+<!--
+/*
+ * 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.
+-->
+<!-- simple JSP rendering test -->
+<%@page session="false"%>
+<%@taglib prefix="sling" uri="http://sling.apache.org/taglibs/sling/1.0"%>
+<sling:defineObjects/>
+
+<h1>jsp2.jsp</h1>
+<p>
+    text from jsp2.jsp:=<%= currentNode.getProperty("text").getValue().getString() %>
+</p>

Propchange: sling/trunk/launchpad/testing/src/test/resources/integration-test/jsp2.jsp
------------------------------------------------------------------------------
    svn:eol-style = native