Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 0.0.4
-
Fix Version/s: 0.0.5
-
Labels:None
Description
I managed to create execute script "build.fan full test" to build/test my pod, but if I get compile/test errors like:
TEST FAILED
sys::TestErr: Test failed: 2451545.0 != 2.451545E7
fan.sys.Test.err (Test.java:182)
fan.sys.Test.fail (Test.java:174)
fan.sys.Test.verifyEq (Test.java:102)
fan.sys.Test.verifyEq (Test.java:96)
julianday::JulianDayTest.testJ2000 (JulianDayTest.fan:9)
sun.reflect.NativeMethodAccessorImpl.invoke0 (NativeMethodAccessorImpl.java)
sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke (Method.java:597)
fan.sys.Method.invoke (Method.java:539)
fan.sys.Method$MethodFunc.callList (Method.java:191)
fan.sys.Method.callList (Method.java:147)
fanx.tools.Fant.runTest (Fant.java:171)
fanx.tools.Fant.test (Fant.java:92)
fanx.tools.Fant.test (Fant.java:28)
fanx.tools.Fant.run (Fant.java:255)
fanx.tools.Fant.main (Fant.java:292)
They are not linked to the source code.