Author: dsvyatobatsko
Date: 2008-10-10 05:51:57 -0400 (Fri, 10 Oct 2008)
New Revision: 10706
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/layout/layout.xhtml
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java
Log:
for compatibility with js optimization
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/layout/layout.xhtml
===================================================================
(Binary files differ)
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java
===================================================================
---
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java 2008-10-09
15:44:53 UTC (rev 10705)
+++
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java 2008-10-10
09:51:57 UTC (rev 10706)
@@ -997,8 +997,9 @@
if (null != message && message.length() > 0) {
Assert.fail(message);
}
+ eventsExpected.clear();
}
-
+
public void autoTest(Template template, String component, List<SeleniumEvent>
events, Map<String , String> attributes) {
selenium.open(protocol + "://" + host + ":" + port +
"/" + APPLICATION_NAME + filterPrefix +
"/pages/_autotest/autotestsetup.xhtml");
waitForPageToLoad();
Show replies by date