summaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/util
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-05-13 16:33:16 +0200
committerSven Gothel <[email protected]>2014-05-13 16:33:16 +0200
commit1a504fa682e6f28c5543da4d5885c7f2ff4ed3f1 (patch)
treed77babc1da8c7d693820d9da172546be276c90a8 /src/junit/com/jogamp/common/util
parent64615f17a8c63f692159235e169dbdd14d30b737 (diff)
Bump semver.jar to 731db3566b4096ecf6a08a9d33991400e66c5021 (sgothel/jogamp branch): Using direct regexp for excludes
Diffstat (limited to 'src/junit/com/jogamp/common/util')
-rw-r--r--src/junit/com/jogamp/common/util/TestVersionSemantics.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/junit/com/jogamp/common/util/TestVersionSemantics.java b/src/junit/com/jogamp/common/util/TestVersionSemantics.java
index dba42b5..6a7b93a 100644
--- a/src/junit/com/jogamp/common/util/TestVersionSemantics.java
+++ b/src/junit/com/jogamp/common/util/TestVersionSemantics.java
@@ -78,8 +78,7 @@ public class TestVersionSemantics extends JunitTracer {
static final Set<String> excludes;
static {
excludes = new HashSet<String>();
- excludes.add("jogamp.common.**");
- excludes.add("jogamp.android.**");
+ excludes.add("^\\Qjogamp/\\E.*$");
}
@Test