-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When running tests, both on Eclipse or on terminal, the testPositions test at
RaDecTest.java yields an AssertionFailedError.
Here's the trace:
junit.framework.AssertionFailedError: expected:<173.25> but
was:<172.99676513671875>
at
com.google.android.stardroid.test.units.RaDecTest.testPositions(RaDecTest.java:7
7)
at java.lang.reflect.Method.invokeNative(Native Method)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:169)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:154)
at
android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:52
0)
at
android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1447)
I tried to correct it, but I can't understand what the problem really is, since
it is related to the planet's position.
Thanks for your help!
Original issue reported on code.google.com by pedromfm...@gmail.com on 24 Apr 2013 at 10:11
Reactions are currently unavailable