Author: dsvyatobatsko
Date: 2009-02-20 10:40:14 -0500 (Fri, 20 Feb 2009)
New Revision: 12705
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/ajaxHTMLCommandLink/ajaxHTMLLinkTest.xhtml
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxHTMLCommandLinkTest.java
Log:
fixed legacy test
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/ajaxHTMLCommandLink/ajaxHTMLLinkTest.xhtml
===================================================================
(Binary files differ)
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxHTMLCommandLinkTest.java
===================================================================
---
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxHTMLCommandLinkTest.java 2009-02-20
15:23:41 UTC (rev 12704)
+++
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxHTMLCommandLinkTest.java 2009-02-20
15:40:14 UTC (rev 12705)
@@ -76,12 +76,12 @@
assertActionInvoked(true);
assertListenerInvoked(true);
- // linkId = parentId + "l1";
- // writeStatus("Click link 1");
- // clickCommandAndWait(linkId);
- // assertValueSubmitted(true);
- // assertActionInvoked(true);
- // assertListenerInvoked(true);
+ linkId = parentId + "l1";
+ writeStatus("Click link 1");
+ clickCommandAndWait(linkId);
+ assertValueSubmitted(true);
+ assertActionInvoked(true);
+ assertListenerInvoked(true);
}
@Test
Show replies by date