From ec04b5f12e13f041262c179fa103b7e4694d7327 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 22 Sep 2015 11:40:18 +1200 Subject: Fix log formatting unit test --- test/org/traccar/helper/LogTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/org/traccar/helper/LogTest.java b/test/org/traccar/helper/LogTest.java index 4cd617ecb..579c13e7d 100644 --- a/test/org/traccar/helper/LogTest.java +++ b/test/org/traccar/helper/LogTest.java @@ -7,7 +7,7 @@ public class LogTest { @Test public void testLog() { - Assert.assertEquals("test - Exception (LogTest.java:10 < ...)", Log.exceptionStack(new Exception("test"))); + Assert.assertEquals("test - Exception (LogTest:10 < ...)", Log.exceptionStack(new Exception("test"))); } } -- cgit v1.2.3