### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core.tests.compiler Index: src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java,v retrieving revision 1.125 diff -u -r1.125 BatchCompilerTest.java --- src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java 16 Oct 2007 17:01:00 -0000 1.125 +++ src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java 16 Oct 2007 17:01:58 -0000 @@ -5001,7 +5001,6 @@ } //https://bugs.eclipse.org/bugs/show_bug.cgi?id=141830 //compliance 1.7 source 1.7 -// TODO part of the changes for 206483 public void test121(){ this.runConformTest( new String[] { @@ -5015,7 +5014,7 @@ "", "", true); - String expectedOutput = "// Compiled from X.java (version 1.6 : 50.0, super bit)"; + String expectedOutput = "// Compiled from X.java (version 1.7 : 51.0, super bit)"; checkDisassembledClassFile(OUTPUT_DIR + File.separator + "X.class", "X", expectedOutput); } // command line - unusual classpath (ends with ';;;', still OK)