aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/helper/LogTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/org/traccar/helper/LogTest.java')
-rw-r--r--test/org/traccar/helper/LogTest.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/org/traccar/helper/LogTest.java b/test/org/traccar/helper/LogTest.java
deleted file mode 100644
index 853eb05c9..000000000
--- a/test/org/traccar/helper/LogTest.java
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.traccar.helper;
-
-import org.junit.Test;
-
-import static org.junit.Assert.assertEquals;
-
-public class LogTest {
-
- @Test
- public void testLog() {
- assertEquals("test - Exception (LogTest:11 < ...)", Log.exceptionStack(new Exception("test")));
- }
-
-}