Cache test fails every now and then
StigLau opened this issue · 2 comments
StigLau commented
Often fails when cache folders are missing! Works on second run.
cleanCacheTest(no.lau.vdvil.cache.SimpleCacheTest)
StigLau commented
Test set: no.lau.vdvil.cache.SimpleCacheTest
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec <<< FAILURE!
cleanCacheTest(no.lau.vdvil.cache.SimpleCacheTest) Time elapsed: 0.002 sec <<< FAILURE!
java.lang.AssertionError:
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at no.lau.vdvil.cache.SimpleCacheTest.cleanCacheTest(SimpleCacheTest.java:37)
StigLau commented
Not a prioritized problem.