]> source.dussan.org Git - gwtquery.git/commitdiff
uncommented test for JS selector, in order to increase coverage report
authorManolo Carrasco <manolo@apache.org>
Fri, 28 May 2010 06:23:07 +0000 (06:23 +0000)
committerManolo Carrasco <manolo@apache.org>
Fri, 28 May 2010 06:23:07 +0000 (06:23 +0000)
gwtquery-core/src/test/java/com/google/gwt/query/client/GQuerySelectorsTest.java

index aabd8902dfc5cfb4528f2d14c11b189d893d7e50..45943b646049eb9d0c0d7ea96fd976b7bc2111e5 100644 (file)
@@ -205,8 +205,8 @@ public class GQuerySelectorsTest extends GWTTestCase {
 
   public void testSelectorEngineDomAssistant() {
     // This test runs very slow in chrome
-    // SelectorEngineImpl selEng = new SelectorEngineJS();
-    // executeSelectorEngineTests(selEng);
+    SelectorEngineImpl selEng = new SelectorEngineJS();
+    executeSelectorEngineTests(selEng);
   }
 
   public void testSelectorEngineSizzle() {