From 1a504fa682e6f28c5543da4d5885c7f2ff4ed3f1 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 13 May 2014 16:33:16 +0200 Subject: Bump semver.jar to 731db3566b4096ecf6a08a9d33991400e66c5021 (sgothel/jogamp branch): Using direct regexp for excludes --- src/junit/com/jogamp/common/util/TestVersionSemantics.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/junit/com/jogamp/common/util') 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 excludes; static { excludes = new HashSet(); - excludes.add("jogamp.common.**"); - excludes.add("jogamp.android.**"); + excludes.add("^\\Qjogamp/\\E.*$"); } @Test -- cgit v1.2.3