test/com/sun/javadoc/testInterface/TestInterface.java

Print this page

        

@@ -40,11 +40,11 @@
     //Test information.
     private static final String BUG_ID = "4682448-4947464-5029946";
 
     //Javadoc arguments.
     private static final String[] ARGS = new String[] {
-        "-source", "1.5", "-d", BUG_ID, "-sourcepath", SRC_DIR, "pkg"
+        "-d", BUG_ID, "-sourcepath", SRC_DIR, "pkg"
     };
 
     //Input for string search tests.
     private static final String[][] TEST = {
         {BUG_ID + FS + "pkg" + FS + "Interface.html",