*** c:/DOCUME~1/burgessg/LOCALS~1/Temp/StaticImportTest1.java Tue Dec 21 14:21:38 2004 --- c:/DOCUME~1/burgessg/LOCALS~1/Temp/StaticImportTest.java2992wuR Tue Dec 21 14:21:38 2004 *************** *** 29,42 **** public void test001() { this.runConformTest( new String[] { ! "p/X.java", "import static java.lang.Math.*;\n" + "import static java.lang.Math.PI;\n" + "public class X { double pi = abs(PI); }\n", - "p2/Y.java", - "import static java.lang.Math.abs;\n" + - "import static java.lang.Math.PI;\n" + - "public class X { double pi = abs(PI); }\n", }, ""); } --- 29,38 ---- public void test001() { this.runConformTest( new String[] { ! "X.java", "import static java.lang.Math.*;\n" + "import static java.lang.Math.PI;\n" + "public class X { double pi = abs(PI); }\n", }, ""); }