[seam-commits] Seam SVN: r15229 - in branches/community/Seam_2_3/examples/seampay: seampay-web/src/main/webapp and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 9 05:45:20 EDT 2012


Author: maschmid
Date: 2012-10-09 05:45:20 -0400 (Tue, 09 Oct 2012)
New Revision: 15229

Modified:
   branches/community/Seam_2_3/examples/seampay/seampay-tests/src/test/java/org/jboss/seam/example/seampay/test/AccountTest.java
   branches/community/Seam_2_3/examples/seampay/seampay-web/src/main/webapp/search.xhtml
Log:
seampay cleanup


Modified: branches/community/Seam_2_3/examples/seampay/seampay-tests/src/test/java/org/jboss/seam/example/seampay/test/AccountTest.java
===================================================================
--- branches/community/Seam_2_3/examples/seampay/seampay-tests/src/test/java/org/jboss/seam/example/seampay/test/AccountTest.java	2012-10-09 08:51:04 UTC (rev 15228)
+++ branches/community/Seam_2_3/examples/seampay/seampay-tests/src/test/java/org/jboss/seam/example/seampay/test/AccountTest.java	2012-10-09 09:45:20 UTC (rev 15229)
@@ -34,7 +34,7 @@
     
     @Test
     public void listAccounts() throws Exception {
-        String id = new FacesRequest("/search.xhtml") {
+        new FacesRequest("/search.xhtml") {
             
             @Override
             @SuppressWarnings("unchecked")
@@ -51,7 +51,6 @@
     public void selectAccount() throws Exception {        
         String id = new FacesRequest("/search.xhtml") {        
             @Override
-            @SuppressWarnings("unchecked")
             protected void renderResponse() throws Exception {           
                 assert !((Boolean)getValue("#{accountHome.idDefined}"));
             }          

Modified: branches/community/Seam_2_3/examples/seampay/seampay-web/src/main/webapp/search.xhtml
===================================================================
--- branches/community/Seam_2_3/examples/seampay/seampay-web/src/main/webapp/search.xhtml	2012-10-09 08:51:04 UTC (rev 15228)
+++ branches/community/Seam_2_3/examples/seampay/seampay-web/src/main/webapp/search.xhtml	2012-10-09 09:45:20 UTC (rev 15229)
@@ -4,8 +4,7 @@
       xmlns:h="http://java.sun.com/jsf/html"
       xmlns:f="http://java.sun.com/jsf/core"
       xmlns:s="http://jboss.org/schema/seam/taglib"
-      xmlns:rich="http://richfaces.org/rich"
-      template="template.xhtml">
+      xmlns:rich="http://richfaces.org/rich">
 <h:head>
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
     <title>Seam Pay</title>



More information about the seam-commits mailing list