[richfaces-svn-commits] JBoss Rich Faces SVN: r11454 - trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Dec 1 07:31:34 EST 2008


Author: andrei_exadel
Date: 2008-12-01 07:31:34 -0500 (Mon, 01 Dec 2008)
New Revision: 11454

Modified:
   trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/DnDTest.java
Log:
RF-5136

Modified: trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/DnDTest.java
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/DnDTest.java	2008-12-01 12:24:40 UTC (rev 11453)
+++ trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/DnDTest.java	2008-12-01 12:31:34 UTC (rev 11454)
@@ -54,6 +54,14 @@
 	}
 	
 	@Test
+	public void testAjaxSingleTrue(Template template) {
+		AutoTester tester = getAutoTester(this);
+		tester.renderPage(template, RESET_METHOD);
+		
+		tester.testAjaxSingle();
+	}
+	
+	//@Test
 	public void testOncomplete(Template template) {
 		AutoTester tester = getAutoTester(this);
 		tester.renderPage(template, RESET_METHOD);




More information about the richfaces-svn-commits mailing list