aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2017-09-27 16:26:37 -0700
committerAndy Clement <aclement@pivotal.io>2017-09-27 16:26:37 -0700
commit7e72843ec68f666d8bcb78be9e27bbf00143c14f (patch)
treeb5e066ab370dc338d3bfed617fba6059c92ab82b
parent7df9ef96d3155110ede053578608ca97b3078f52 (diff)
downloadaspectj-7e72843ec68f666d8bcb78be9e27bbf00143c14f.tar.gz
aspectj-7e72843ec68f666d8bcb78be9e27bbf00143c14f.zip
corrected test now that compliance handling improved for 1.9
-rw-r--r--tests/src/org/aspectj/systemtest/ajc190/SanityTests19.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc190/SanityTests19.java b/tests/src/org/aspectj/systemtest/ajc190/SanityTests19.java
index 9434988c1..3317c51d3 100644
--- a/tests/src/org/aspectj/systemtest/ajc190/SanityTests19.java
+++ b/tests/src/org/aspectj/systemtest/ajc190/SanityTests19.java
@@ -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);
}