neo4j-tutorial
neo4j-tutorial copied to clipboard
Koan 8 tests fail on initial build
I would love to contribute a fix for this, unfortunately I have not worked through the exercises yet so I don't know enough.
Here is the output of the failing test case (on initial ant build after clone)
ShouldRemoveCaptainKirkFromTheDatabase Failure expected:<0> but was:<1>
junit.framework.AssertionFailedError: expected:<0> but was:<1>
at org.neo4j.tutorial.Koan8.shouldRemoveCaptainKirkFromTheDatabase(Koan8.java:66)
For what its worth I am on a new mac book pro retina running OSX 10.9.2
For now I will probably just change the assertion to what it received just to get by this.
Thanks,