From c4c127d7c116241865ef7e710585ef04ddd60ce8 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 7 May 2015 09:41:50 +1200 Subject: Improve double and float format --- .../org/traccar/model/ExtendedInfoFormatterTest.java | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 test/org/traccar/model/ExtendedInfoFormatterTest.java (limited to 'test/org/traccar/model/ExtendedInfoFormatterTest.java') diff --git a/test/org/traccar/model/ExtendedInfoFormatterTest.java b/test/org/traccar/model/ExtendedInfoFormatterTest.java deleted file mode 100644 index 9c8c86b4e..000000000 --- a/test/org/traccar/model/ExtendedInfoFormatterTest.java +++ /dev/null @@ -1,20 +0,0 @@ -package org.traccar.model; - -import static org.junit.Assert.assertEquals; -import org.junit.Test; - -public class ExtendedInfoFormatterTest { - - @Test - public void testToString() throws Exception { - - Position position = new Position(); - position.set("a", "1"); - position.set("b", "2"); - position.set("a", "3"); - - assertEquals(position.getOther(), "32"); - - } - -} -- cgit v1.2.3