You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2009/10/07 23:19:33 UTC

svn commit: r822920 [5/5] - in /myfaces/portlet-bridge/testsuite/trunk/src/main/webapp: WEB-INF/ tests/

Modified: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/SingleRequestTest.jsp
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/SingleRequestTest.jsp?rev=822920&r1=822919&r2=822920&view=diff
==============================================================================
--- myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/SingleRequestTest.jsp (original)
+++ myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/SingleRequestTest.jsp Wed Oct  7 21:19:30 2009
@@ -1,22 +1,22 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
-<%@ page contentType="text/html;charset=UTF-8"%>
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-
-     
-<f:view>
-  <html>
-    <head>
-      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-      <title>JSR 301 Single Request TCK Test</title>
-    </head>
-    <body>
-      <h:form>
-        <h:panelGrid columns="1">
-          <h:outputText escape = "false" value="#{test.renderTestResult}"/>
-        </h:panelGrid>
-      </h:form>
-    </body>
-  </html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<%@ page contentType="text/html;charset=UTF-8"%>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+
+     
+<f:view>
+  <html>
+    <head>
+      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+      <title>JSR 301 Single Request TCK Test</title>
+    </head>
+    <body>
+      <h:form>
+        <h:panelGrid columns="1">
+          <h:outputText escape = "false" value="#{test.renderTestResult}"/>
+        </h:panelGrid>
+      </h:form>
+    </body>
+  </html>
 </f:view>
\ No newline at end of file

Modified: myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/chapter6.jsp
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/chapter6.jsp?rev=822920&r1=822919&r2=822920&view=diff
==============================================================================
--- myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/chapter6.jsp (original)
+++ myfaces/portlet-bridge/testsuite/trunk/src/main/webapp/tests/chapter6.jsp Wed Oct  7 21:19:30 2009
@@ -1,46 +1,46 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
-<%@ page contentType="text/html;charset=windows-1252"%>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
-<f:view>
-  <html>
-    <head>
-      <meta http-equiv="Content-Type"
-            content="text/html; charset=windows-1252"/>
-      <title>chapter6</title>
-    </head>
-    <body>
-      <h:form>
-        <h:panelGrid columns="1">
-          <h:outputText value="FacesContextFactory Tests"/>
-
-          <h:panelGrid columns="2" width="3">
-             <h:outputText value="   "/>
-             <h:commandLink value="wrappedFacesContextTest"
-                            action="multiRequest"/>
-          </h:panelGrid>
-          
-          <h:outputText value="Dispatch Tests"/>
-
-          <h:panelGrid columns="2" width="3">
-             <h:outputText value="   "/>
-             <h:commandLink value="dispatchUsesIncludeTest"
-                            action="singleRequest"/>
-          </h:panelGrid>
-          
-          <h:outputText value="EncodeActionURL Tests"/>
-
-          <h:panelGrid columns="2" width="3">
-             <h:outputText value="   "/>
-             <h:commandLink value="encodeActionURLPoundCharTest"
-                            action="singleRequest"/>
-             <h:outputText value="   "/>
-             <h:commandLink value="encodeActionURLAbsoluteURLTest"
-                            action="singleRequest"/>
-          </h:panelGrid>
-        </h:panelGrid>
-      </h:form>
-    </body>
-  </html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<%@ page contentType="text/html;charset=windows-1252"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+<f:view>
+  <html>
+    <head>
+      <meta http-equiv="Content-Type"
+            content="text/html; charset=windows-1252"/>
+      <title>chapter6</title>
+    </head>
+    <body>
+      <h:form>
+        <h:panelGrid columns="1">
+          <h:outputText value="FacesContextFactory Tests"/>
+
+          <h:panelGrid columns="2" width="3">
+             <h:outputText value="   "/>
+             <h:commandLink value="wrappedFacesContextTest"
+                            action="multiRequest"/>
+          </h:panelGrid>
+          
+          <h:outputText value="Dispatch Tests"/>
+
+          <h:panelGrid columns="2" width="3">
+             <h:outputText value="   "/>
+             <h:commandLink value="dispatchUsesIncludeTest"
+                            action="singleRequest"/>
+          </h:panelGrid>
+          
+          <h:outputText value="EncodeActionURL Tests"/>
+
+          <h:panelGrid columns="2" width="3">
+             <h:outputText value="   "/>
+             <h:commandLink value="encodeActionURLPoundCharTest"
+                            action="singleRequest"/>
+             <h:outputText value="   "/>
+             <h:commandLink value="encodeActionURLAbsoluteURLTest"
+                            action="singleRequest"/>
+          </h:panelGrid>
+        </h:panelGrid>
+      </h:form>
+    </body>
+  </html>
 </f:view>
\ No newline at end of file