aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-09-24 01:31:53 +0200
committerSven Gothel <[email protected]>2014-09-24 01:31:53 +0200
commit962f2f597cef74b7d50e5e865d3a5647230166c6 (patch)
tree94e9cad2c6a7ebd02ae4a6776f38be9e1cd5b93c
parent546f9b1a03c46b63f8bb18c1b8e2c80a8b66cf7c (diff)
TestVersionSemanticsNOUI: Use 'V22X' to mark current version on branch b22x
-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 865758485..d4399fbde 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
@@ -103,7 +103,7 @@ public class TestVersionSemanticsNOUI extends JunitTracer {
}
@Test
- public void testVersionV220V222() throws IllegalArgumentException, IOException, URISyntaxException {
+ public void testVersionV220V22X() throws IllegalArgumentException, IOException, URISyntaxException {
// static final Delta.CompatibilityType expectedCompatibilityType = Delta.CompatibilityType.NON_BACKWARD_COMPATIBLE;
final Delta.CompatibilityType expectedCompatibilityType = Delta.CompatibilityType.BACKWARD_COMPATIBLE_USER;
@@ -119,7 +119,7 @@ public class TestVersionSemanticsNOUI extends JunitTracer {
}
@Test
- public void testVersionV221V222() throws IllegalArgumentException, IOException, URISyntaxException {
+ public void testVersionV221V22X() throws IllegalArgumentException, IOException, URISyntaxException {
// static final Delta.CompatibilityType expectedCompatibilityType = Delta.CompatibilityType.NON_BACKWARD_COMPATIBLE;
final Delta.CompatibilityType expectedCompatibilityType = Delta.CompatibilityType.BACKWARD_COMPATIBLE_USER;