[richfaces-svn-commits] JBoss Rich Faces SVN: r11453 - 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:24:40 EST 2008
Author: andrei_exadel
Date: 2008-12-01 07:24:40 -0500 (Mon, 01 Dec 2008)
New Revision: 11453
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/DnDTest.java
Log:
RF-5135
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:19:16 UTC (rev 11452)
+++ trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/DnDTest.java 2008-12-01 12:24:40 UTC (rev 11453)
@@ -53,7 +53,15 @@
return "c:/FFProfile";
}
- @Test
+ @Test
+ public void testOncomplete(Template template) {
+ AutoTester tester = getAutoTester(this);
+ tester.renderPage(template, RESET_METHOD);
+
+ tester.testOncomplete();
+ }
+
+ //@Test
public void testRendered(Template template) {
renderPage(template, RESET_METHOD);
initIds(getParentId());
More information about the richfaces-svn-commits
mailing list