From 962f2f597cef74b7d50e5e865d3a5647230166c6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 24 Sep 2014 01:31:53 +0200 Subject: TestVersionSemanticsNOUI: Use 'V22X' to mark current version on branch b22x --- .../jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test') 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; -- cgit v1.2.3