diff options
author | nativbarak <nativ@globekeeper.com> | 2018-02-07 09:11:01 +0200 |
---|---|---|
committer | nativbarak <nativ@globekeeper.com> | 2018-02-07 09:11:01 +0200 |
commit | da1f01f9367e882b90b495cfae9b67d71e0cf1bb (patch) | |
tree | 69235601b205565aa06529ebf8fb1688a5578980 /test/org | |
parent | 4969ecd1d16324f488f01f1f0873e101c1609302 (diff) | |
download | trackermap-server-da1f01f9367e882b90b495cfae9b67d71e0cf1bb.tar.gz trackermap-server-da1f01f9367e882b90b495cfae9b67d71e0cf1bb.tar.bz2 trackermap-server-da1f01f9367e882b90b495cfae9b67d71e0cf1bb.zip |
fixed inline variables + test name
Diffstat (limited to 'test/org')
-rw-r--r-- | test/org/traccar/WebDataHandlerTest.java | 2 |
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); |