Browse Source

corrected test now that compliance handling improved for 1.9

tags/V1_9_0_RC3
Andy Clement 6 years ago
parent
commit
7e72843ec6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      tests/src/org/aspectj/systemtest/ajc190/SanityTests19.java

+ 2
- 2
tests/src/org/aspectj/systemtest/ajc190/SanityTests19.java View File

@@ -72,10 +72,10 @@ public class SanityTests19 extends org.aspectj.testing.XMLBasedAjcTestCase {

public void testVersionCorrect2() throws ClassNotFoundException {
runTest("simple - k");
checkVersion("A", 46, 0); // source 1.9, default compliance will be 1.4
checkVersion("A", 53, 0);
}

public void testVersionCorrect4() throws ClassNotFoundException {// check it is 49.0 when -1.5 is specified
public void testVersionCorrect4() throws ClassNotFoundException { // check it is 49.0 when -1.5 is specified
runTest("simple - m");
checkVersion("A", 49, 0);
}

Loading…
Cancel
Save