]> source.dussan.org Git - aspectj.git/commitdiff
corrected test now that compliance handling improved for 1.9
authorAndy Clement <aclement@pivotal.io>
Wed, 27 Sep 2017 23:26:37 +0000 (16:26 -0700)
committerAndy Clement <aclement@pivotal.io>
Wed, 27 Sep 2017 23:26:37 +0000 (16:26 -0700)
tests/src/org/aspectj/systemtest/ajc190/SanityTests19.java

index 9434988c10bbbcd4bae2f34dcf60c798fcce47a0..3317c51d3b90fa55c4158d6b3764f81b6056e994 100644 (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);
        }