aboutsummaryrefslogtreecommitdiffstats
path: root/test/junit/com/jogamp/gluegen/StructValidator.java
diff options
context:
space:
mode:
authorSven Gothel <sgothel@jausoft.com>2023-08-05 03:16:06 +0200
committerSven Gothel <sgothel@jausoft.com>2023-08-05 03:16:06 +0200
commit0d3c2b630e06045013250547b3d0cb1bd9f99386 (patch)
tree0b15ff413169874cee4e85286778a3ed191303a7 /test/junit/com/jogamp/gluegen/StructValidator.java
parent177ee444d1b86e6412f636d5f4e8f0695d418246 (diff)
Cleanup unit test class names (pt2): Try to start w/ 'Test', remove intermediate 'Test' for supporting, non-test classes
Diffstat (limited to 'test/junit/com/jogamp/gluegen/StructValidator.java')
-rw-r--r--test/junit/com/jogamp/gluegen/StructValidator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/junit/com/jogamp/gluegen/StructValidator.java b/test/junit/com/jogamp/gluegen/StructValidator.java
index 6637f4d..d39d80d 100644
--- a/test/junit/com/jogamp/gluegen/StructValidator.java
+++ b/test/junit/com/jogamp/gluegen/StructValidator.java
@@ -34,7 +34,7 @@ import org.junit.Ignore;
import static org.junit.Assert.*;
/**
- * this file will not compile unless {@link com.jogamp.gluegen.StructAccessorTest} has been run.
+ * this file will not compile unless {@link com.jogamp.gluegen.TestStructAccessor} has been run.
* @author Michael Bien
*/
@Ignore