Kaynağa Gözat

corrected test now that compliance handling improved for 1.9

tags/V1_9_0_RC3
Andy Clement 6 yıl önce
ebeveyn
işleme
7e72843ec6

+ 2
- 2
tests/src/org/aspectj/systemtest/ajc190/SanityTests19.java Dosyayı Görüntüle

@@ -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…
İptal
Kaydet