aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-09-09 20:03:16 +0200
committerSven Gothel <[email protected]>2014-09-09 20:03:16 +0200
commitacda710ea5dfffc236c5f4b47e7e8e1fe492cc8a (patch)
treeebcd38b301da73d62bc1410811a6eabb5cbeb2d7 /src/test
parentd19bb03e3cabc9a50b63c4ce8d866efab7f34860 (diff)
TestVersionSemanticsNOUI: v2.3.0 is not backward compatible w/ 2.2.*
Diffstat (limited to 'src/test')
-rw-r--r--src/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java4
1 files changed, 2 insertions, 2 deletions
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();