Author: dsvyatobatsko
Date: 2009-03-31 15:43:22 -0400 (Tue, 31 Mar 2009)
New Revision: 13326
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxLogTest.java
Log:
test case uncommented
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxLogTest.java
===================================================================
---
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxLogTest.java 2009-03-31
19:11:59 UTC (rev 13325)
+++
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxLogTest.java 2009-03-31
19:43:22 UTC (rev 13326)
@@ -34,7 +34,7 @@
private final static String INIT_POPUP_MODE = "#{logBean.initPopupMode}";
- //@Test
+ @Test
public void testLogComponentWithPopupTrue(Template template) {
AutoTester tester = getAutoTester(this);
tester.renderPage(template, INIT_POPUP_MODE);
@@ -49,7 +49,7 @@
selenium.windowFocus();
- writeStatus("Type smth. All typing is being logged");
+ //writeStatus("Type smth. All typing is being logged");
type(inputElemId, "typing");
try {
Show replies by date