[seam-commits] Seam SVN: r15279 - in branches/enterprise/WFK-2_1/examples/seampay: seampay-web/src/main/webapp and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Oct 11 10:49:51 EDT 2012
Author: manaRH
Date: 2012-10-11 10:49:51 -0400 (Thu, 11 Oct 2012)
New Revision: 15279
Modified:
branches/enterprise/WFK-2_1/examples/seampay/seampay-tests/src/test/java/org/jboss/seam/example/seampay/test/AccountTest.java
branches/enterprise/WFK-2_1/examples/seampay/seampay-web/src/main/webapp/search.xhtml
Log:
seampay cleanup
Modified: branches/enterprise/WFK-2_1/examples/seampay/seampay-tests/src/test/java/org/jboss/seam/example/seampay/test/AccountTest.java
===================================================================
--- branches/enterprise/WFK-2_1/examples/seampay/seampay-tests/src/test/java/org/jboss/seam/example/seampay/test/AccountTest.java 2012-10-11 14:49:37 UTC (rev 15278)
+++ branches/enterprise/WFK-2_1/examples/seampay/seampay-tests/src/test/java/org/jboss/seam/example/seampay/test/AccountTest.java 2012-10-11 14:49:51 UTC (rev 15279)
@@ -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/enterprise/WFK-2_1/examples/seampay/seampay-web/src/main/webapp/search.xhtml
===================================================================
--- branches/enterprise/WFK-2_1/examples/seampay/seampay-web/src/main/webapp/search.xhtml 2012-10-11 14:49:37 UTC (rev 15278)
+++ branches/enterprise/WFK-2_1/examples/seampay/seampay-web/src/main/webapp/search.xhtml 2012-10-11 14:49:51 UTC (rev 15279)
@@ -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