Explorar el Código

corrected test now that compliance handling improved for 1.9

tags/V1_9_0_RC3
Andy Clement hace 6 años
padre
commit
7e72843ec6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      tests/src/org/aspectj/systemtest/ajc190/SanityTests19.java

+ 2
- 2
tests/src/org/aspectj/systemtest/ajc190/SanityTests19.java Ver fichero

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

Cargando…
Cancelar
Guardar