[seam-commits] Seam SVN: r8032 - trunk/seam-gen/test.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Apr 27 00:18:50 EDT 2008


Author: dan.j.allen
Date: 2008-04-27 00:18:50 -0400 (Sun, 27 Apr 2008)
New Revision: 8032

Modified:
   trunk/seam-gen/test/ActionTest.java
   trunk/seam-gen/test/FormTest.java
Log:
include method name in test name (just a better default)


Modified: trunk/seam-gen/test/ActionTest.java
===================================================================
--- trunk/seam-gen/test/ActionTest.java	2008-04-27 04:17:54 UTC (rev 8031)
+++ trunk/seam-gen/test/ActionTest.java	2008-04-27 04:18:50 UTC (rev 8032)
@@ -6,7 +6,7 @@
 public class @interfaceName at Test extends SeamTest {
 
 	@Test
-	public void test() throws Exception {
+	public void test_ at methodName@() throws Exception {
 		new FacesRequest() {
 			@Override
 			protected void invokeApplication() {

Modified: trunk/seam-gen/test/FormTest.java
===================================================================
--- trunk/seam-gen/test/FormTest.java	2008-04-27 04:17:54 UTC (rev 8031)
+++ trunk/seam-gen/test/FormTest.java	2008-04-27 04:18:50 UTC (rev 8032)
@@ -6,7 +6,7 @@
 public class @interfaceName at Test extends SeamTest {
 
 	@Test
-	public void test() throws Exception {
+	public void test_ at methodName@() throws Exception {
 		new FacesRequest() {
 			@Override
 			protected void updateModelValues() throws Exception {				




More information about the seam-commits mailing list