aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/WebDataHandlerTest.java
diff options
context:
space:
mode:
authornativbarak <nativ@globekeeper.com>2018-02-07 09:11:01 +0200
committernativbarak <nativ@globekeeper.com>2018-02-07 09:11:01 +0200
commitda1f01f9367e882b90b495cfae9b67d71e0cf1bb (patch)
tree69235601b205565aa06529ebf8fb1688a5578980 /test/org/traccar/WebDataHandlerTest.java
parent4969ecd1d16324f488f01f1f0873e101c1609302 (diff)
downloadtrackermap-server-da1f01f9367e882b90b495cfae9b67d71e0cf1bb.tar.gz
trackermap-server-da1f01f9367e882b90b495cfae9b67d71e0cf1bb.tar.bz2
trackermap-server-da1f01f9367e882b90b495cfae9b67d71e0cf1bb.zip
fixed inline variables + test name
Diffstat (limited to 'test/org/traccar/WebDataHandlerTest.java')
-rw-r--r--test/org/traccar/WebDataHandlerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/WebDataHandlerTest.java b/test/org/traccar/WebDataHandlerTest.java
index 3e79232ec..30b50d8b9 100644
--- a/test/org/traccar/WebDataHandlerTest.java
+++ b/test/org/traccar/WebDataHandlerTest.java
@@ -23,7 +23,7 @@ public class WebDataHandlerTest extends ProtocolTest {
}
@Test
- public void testBuilderRequest() throws ParseException {
+ public void testPrepareJsonPayload() throws ParseException {
Position p = position("2016-01-01 01:02:03.000", true, 20, 30);