浏览代码

checked in test updates

tags/v_preCompileLoopAlteration
wisberg 20 年前
父节点
当前提交
3abb815bd6
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4
    5
      testing/testsrc/org/aspectj/testing/harness/bridge/CompilerRunSpecTest.java

+ 4
- 5
testing/testsrc/org/aspectj/testing/harness/bridge/CompilerRunSpecTest.java 查看文件

@@ -151,11 +151,10 @@ public class CompilerRunSpecTest extends TestCase {
final boolean FAIL = false;
checkSourceTargetVersionConversion("target", 1, PASS, null);
checkSourceTargetVersionConversion("target", 2, PASS, null);
checkSourceTargetVersionConversion(
"target",
3,
FAIL,
"illegal input");
checkSourceTargetVersionConversion("target", 3, PASS, null);
checkSourceTargetVersionConversion("target", 4, PASS, null);
checkSourceTargetVersionConversion("target", 5, PASS, null);
checkSourceTargetVersionConversion("target", 6, FAIL, "illegal input");
}

/** @testcase check -source converts for 1.3 and 1.4, not others */

正在加载...
取消
保存