Stratio / unix-maven-plugin

unix-maven-plugin on steroids
MIT License
69 stars 7 forks source link

ZipPackageTest test fails with Oracle JDK 8 #5

Closed smola closed 9 years ago

smola commented 9 years ago
   testBasic(com.stratio.mojo.unix.maven.zip.ZipPackageTest) Time elapsed: 0.127 sec <<< FAILURE!
   junit.framework.AssertionFailedError: ./dirs/, timestamp expected:<2012-08-19T10:34:10.000> but  was:<2012-08-19T10:34:10.157>
   at junit.framework.Assert.fail(Assert.java:47)
   at junit.framework.Assert.failNotEquals(Assert.java:280)
   at junit.framework.Assert.assertEquals(Assert.java:64)
   at com.stratio.mojo.unix.maven.zip.ZipPackageTest.assertDirectory(ZipPackageTest.java:148)
   at com.stratio.mojo.unix.maven.zip.ZipPackageTest.testBasic(ZipPackageTest.java:131)

https://travis-ci.org/Stratio/unix-maven-plugin/jobs/46753865#L2107