Parcourir la source

corrected test now that compliance handling improved for 1.9

tags/V1_9_0_RC3
Andy Clement il y a 6 ans
Parent
révision
7e72843ec6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      tests/src/org/aspectj/systemtest/ajc190/SanityTests19.java

+ 2
- 2
tests/src/org/aspectj/systemtest/ajc190/SanityTests19.java Voir le fichier

@@ -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);
}

Chargement…
Annuler
Enregistrer