aboutsummaryrefslogtreecommitdiffstats
path: root/logserver/src
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-03-29 12:52:00 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-03-29 12:52:00 +0100
commit9ae49b67e47aa2f0c5e1c7b326aad9c9236fa150 (patch)
treecff0de939dad2c5d85d526b70a0ab5a2114052ab /logserver/src
parentd961a004fa0b93a598d7aa958d12d710eeb87c23 (diff)
Increase number of decimals in log timestamp from 3 to 6
Diffstat (limited to 'logserver/src')
-rw-r--r--logserver/src/test/java/com/yahoo/logserver/handlers/archive/ArchiverHandlerTestCase.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/logserver/src/test/java/com/yahoo/logserver/handlers/archive/ArchiverHandlerTestCase.java b/logserver/src/test/java/com/yahoo/logserver/handlers/archive/ArchiverHandlerTestCase.java
index 525d02c4298..578caab366c 100644
--- a/logserver/src/test/java/com/yahoo/logserver/handlers/archive/ArchiverHandlerTestCase.java
+++ b/logserver/src/test/java/com/yahoo/logserver/handlers/archive/ArchiverHandlerTestCase.java
@@ -28,10 +28,10 @@ import static org.junit.Assert.fail;
public class ArchiverHandlerTestCase {
private static final String[] mStrings = {
- "1095159244.095\thost\t1/2\tservice\tcomponent\tinfo\tpayload1",
- "1095206399.000\thost\t1/2\tservice\tcomponent\tinfo\tpayload2",
- "1095206400.000\thost\t1/2\tservice\tcomponent\tinfo\tpayload3",
- "1095206401.000\thost\t1/2\tservice\tcomponent\tinfo\tpayload4",
+ "1095159244.095000\thost\t1/2\tservice\tcomponent\tinfo\tpayload1",
+ "1095206399.000000\thost\t1/2\tservice\tcomponent\tinfo\tpayload2",
+ "1095206400.000000\thost\t1/2\tservice\tcomponent\tinfo\tpayload3",
+ "1095206401.000000\thost\t1/2\tservice\tcomponent\tinfo\tpayload4",
};
private static final LogMessage[] msg = new LogMessage[mStrings.length];