diff options
author | Sven Gothel <[email protected]> | 2014-05-13 16:33:16 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-05-13 16:33:16 +0200 |
commit | 1a504fa682e6f28c5543da4d5885c7f2ff4ed3f1 (patch) | |
tree | d77babc1da8c7d693820d9da172546be276c90a8 /src/junit/com/jogamp/common/util | |
parent | 64615f17a8c63f692159235e169dbdd14d30b737 (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.java | 3 |
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 |