Skip to content

Conversation

@mainyaa
Copy link

@mainyaa mainyaa commented Dec 13, 2012

always failure org.andengine.util.algorithm.path.astar.AStarPathFinderTest.testCalculateNodeID on Android 4.1.2 on GalaxyNexus

junit.framework.AssertionFailedError: Expected:
1000000000000000000000000000000010000000000000000000000000000000 Actual:
1111111111111111111111111111111110000000000000000000000000000000
at org.andengine.util.algorithm.path.astar.AStarPathFinderTest.testCalculateNodeID(AStarPathFinderTest.java:113)
at org.andengine.util.algorithm.path.astar.AStarPathFinderTest.testCalculateNodeID(AStarPathFinderTest.java:43)
at java.lang.reflect.Method.invokeNative(Native Method)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:190)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:175)
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1584)

always failure org.andengine.util.algorithm.path.astar.AStarPathFinderTest.testCalculateNodeID on Android 4.1.2 on GalaxyNexus
junit.framework.AssertionFailedError: Expected:
1000000000000000000000000000000010000000000000000000000000000000 Actual:
1111111111111111111111111111111110000000000000000000000000000000
at org.andengine.util.algorithm.path.astar.AStarPathFinderTest.testCalculateNodeID(AStarPathFinderTest.java:113)
at org.andengine.util.algorithm.path.astar.AStarPathFinderTest.testCalculateNodeID(AStarPathFinderTest.java:43)
at java.lang.reflect.Method.invokeNative(Native Method)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:190)
at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:175)
at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:555)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1584)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method needs to extremely quick, and should not allocate any object!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants