[richfaces-svn-commits] JBoss Rich Faces SVN: r18867 - modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richJQuery.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Aug 20 13:49:37 EDT 2010
Author: lfryc at redhat.com
Date: 2010-08-20 13:49:37 -0400 (Fri, 20 Aug 2010)
New Revision: 18867
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richJQuery/TestTiming.java
Log:
removed unnecessary imports
Modified: modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richJQuery/TestTiming.java
===================================================================
--- modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richJQuery/TestTiming.java 2010-08-20 17:48:56 UTC (rev 18866)
+++ modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richJQuery/TestTiming.java 2010-08-20 17:49:37 UTC (rev 18867)
@@ -21,23 +21,19 @@
*******************************************************************************/
package org.richfaces.tests.metamer.ftest.richJQuery;
+import static org.jboss.test.selenium.encapsulated.JavaScript.js;
+import static org.jboss.test.selenium.locator.LocatorFactory.jq;
+import static org.jboss.test.selenium.utils.URLUtils.buildUrl;
+import static org.testng.Assert.assertEquals;
+
import java.net.URL;
import org.jboss.test.selenium.css.CssProperty;
-import org.jboss.test.selenium.encapsulated.JavaScript;
import org.jboss.test.selenium.locator.JQueryLocator;
-import org.jboss.test.selenium.waiting.conditions.StyleEquals;
import org.richfaces.component.JQueryTiming;
import org.richfaces.tests.metamer.ftest.AbstractMetamerTest;
import org.testng.annotations.Test;
-import static org.jboss.test.selenium.utils.URLUtils.*;
-import static org.jboss.test.selenium.locator.LocatorFactory.*;
-import static org.jboss.test.selenium.guard.request.RequestTypeGuardFactory.guardXhr;
-import static org.testng.Assert.assertEquals;
-import static org.jboss.test.selenium.encapsulated.JavaScript.js;
-import static org.jboss.test.selenium.utils.text.SimplifiedFormat.format;
-
/**
* @author <a href="mailto:lfryc at redhat.com">Lukas Fryc</a>
* @version $Revision$
More information about the richfaces-svn-commits
mailing list