diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-01-25 20:24:40 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-01-26 08:41:45 +1300 |
commit | 0f87445428a831e0f0d3b69f6f07f2a60272f2fb (patch) | |
tree | 38d1a665f0f3c3328253dc4ad4509f1d682a19cb /test/org/traccar/notification | |
parent | 87bdccbe9843e38174ad345b8e474b1cded9f985 (diff) | |
download | trackermap-server-0f87445428a831e0f0d3b69f6f07f2a60272f2fb.tar.gz trackermap-server-0f87445428a831e0f0d3b69f6f07f2a60272f2fb.tar.bz2 trackermap-server-0f87445428a831e0f0d3b69f6f07f2a60272f2fb.zip |
Clean up unused imports
Diffstat (limited to 'test/org/traccar/notification')
-rw-r--r-- | test/org/traccar/notification/NotificiationMailTest.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/org/traccar/notification/NotificiationMailTest.java b/test/org/traccar/notification/NotificiationMailTest.java index 975505a3a..b82bec02e 100644 --- a/test/org/traccar/notification/NotificiationMailTest.java +++ b/test/org/traccar/notification/NotificiationMailTest.java @@ -1,5 +1,6 @@ package org.traccar.notification; +import org.junit.Ignore; import org.junit.Test; import javax.mail.Message; @@ -24,7 +25,8 @@ public class NotificiationMailTest { private static final int PORT = 25; - //@Test + @Ignore + @Test public void test() throws Exception { Properties props = System.getProperties(); |