aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/helper/PatternUtilTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/org/traccar/helper/PatternUtilTest.java')
-rw-r--r--test/org/traccar/helper/PatternUtilTest.java18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/org/traccar/helper/PatternUtilTest.java b/test/org/traccar/helper/PatternUtilTest.java
deleted file mode 100644
index 77660078a..000000000
--- a/test/org/traccar/helper/PatternUtilTest.java
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.traccar.helper;
-
-import org.junit.Ignore;
-import org.junit.Test;
-
-import static org.junit.Assert.assertEquals;
-
-public class PatternUtilTest {
-
- @Ignore
- @Test
- public void testCheckPattern() {
-
- assertEquals("ab", PatternUtil.checkPattern("abc", "abd").getPatternMatch());
-
- }
-
-}