Author: hoang_to
Date: 2010-10-07 03:22:00 -0400 (Thu, 07 Oct 2010)
New Revision: 4574
Modified:
portal/branches/branch-GTNPORTAL-1537/testsuite/selenium-snifftests/src/main/java/org/exoplatform/portal/selenium/SeleniumTestCaseGenerator.java
Log:
GTNPORTAL-1537: Merge Selenium test fix from trunk into branch
Modified:
portal/branches/branch-GTNPORTAL-1537/testsuite/selenium-snifftests/src/main/java/org/exoplatform/portal/selenium/SeleniumTestCaseGenerator.java
===================================================================
---
portal/branches/branch-GTNPORTAL-1537/testsuite/selenium-snifftests/src/main/java/org/exoplatform/portal/selenium/SeleniumTestCaseGenerator.java 2010-10-07
07:20:08 UTC (rev 4573)
+++
portal/branches/branch-GTNPORTAL-1537/testsuite/selenium-snifftests/src/main/java/org/exoplatform/portal/selenium/SeleniumTestCaseGenerator.java 2010-10-07
07:22:00 UTC (rev 4574)
@@ -384,7 +384,7 @@
sb.append("(\"");
sb.append(param2);
sb.append("\"));\n");
-
+ }
//-----------------add by linh_vu------------
else if (param1.equals("waitForChecked")) {
sb.append("for (int second = 0;; second++) {\n");