diff --git a/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestSimplePageCallGraphShape.java b/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestSimplePageCallGraphShape.java index a09eb50aa..8a3a1d9fc 100755 --- a/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestSimplePageCallGraphShape.java +++ b/com.ibm.wala.cast.js.test/harness-src/com/ibm/wala/cast/js/test/TestSimplePageCallGraphShape.java @@ -295,7 +295,7 @@ public abstract class TestSimplePageCallGraphShape extends TestJSCallGraphShape CAstCallGraphUtil.dumpCG(builder.getPointerAnalysis(), CG); verifyGraphAssertions(CG, assertionsForWindowx); } - + /* @Test public void testJQuery() throws IOException, IllegalArgumentException, CancelException, WalaException { URL url = getClass().getClassLoader().getResource("pages/jquery.html");