From acda710ea5dfffc236c5f4b47e7e8e1fe492cc8a Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 9 Sep 2014 20:03:16 +0200 Subject: TestVersionSemanticsNOUI: v2.3.0 is not backward compatible w/ 2.2.* --- .../jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java index 1d70899df..51dadcc96 100644 --- a/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java +++ b/src/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java @@ -49,8 +49,8 @@ import com.jogamp.opengl.JoglVersion; public class TestVersionSemanticsNOUI extends JunitTracer { static final String jarFile = "jogl-all.jar"; static final VersionNumberString preVersionNumber = new VersionNumberString("2.2.0"); - // static final Delta.CompatibilityType expectedCompatibilityType = Delta.CompatibilityType.NON_BACKWARD_COMPATIBLE; - static final Delta.CompatibilityType expectedCompatibilityType = Delta.CompatibilityType.BACKWARD_COMPATIBLE_USER; + static final Delta.CompatibilityType expectedCompatibilityType = Delta.CompatibilityType.NON_BACKWARD_COMPATIBLE; + // static final Delta.CompatibilityType expectedCompatibilityType = Delta.CompatibilityType.BACKWARD_COMPATIBLE_USER; static final DiffCriteria diffCriteria = new org.osjava.jardiff.SimpleDiffCriteria(); // static final DiffCriteria diffCriteria = new org.osjava.jardiff.PublicDiffCriteria(); -- cgit v1.2.3