Skip to content

Commit 51128db

Browse files
committed
fix test for java 8
1 parent 461db47 commit 51128db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/io/fabric8/maven/docker/util/TimestampFactoryTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package io.fabric8.maven.docker.util;/*
2-
*
2+
*
33
* Copyright 2014 Roland Huss
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -88,7 +88,7 @@ public void testInvalidSpec() throws Exception {
8888

8989
@Test
9090
public void testNumericTimeZoneOffset() throws Exception {
91-
ZonedDateTime ts3p = TimestampFactory.createTimestamp("2016-03-16T17:06:30.714387000+03");
91+
ZonedDateTime ts3p = TimestampFactory.createTimestamp("2016-03-16T17:06:30.714387000+03:00");
9292
ZonedDateTime ts530p = TimestampFactory.createTimestamp("2016-03-16T17:06:30.714387000+05:30");
9393
ZonedDateTime ts4 = TimestampFactory.createTimestamp("2016-03-16T17:06:30.714387000-04:00");
9494
ZonedDateTime ts2 = TimestampFactory.createTimestamp("2016-03-16T17:06:30.714387000-02:00");

0 commit comments

Comments
 (0)