Line 9:
Line 9:
*These are pretty general and rely on a generic BTree. Some of the tests are pretty much just sanity checks, but the core functionality should be very well tested with this.
*These are pretty general and rely on a generic BTree. Some of the tests are pretty much just sanity checks, but the core functionality should be very well tested with this.
**[http://www.glue.umd.edu/~teqdruid/BTreeTests.java BTreeTests.java]
**[http://www.glue.umd.edu/~teqdruid/BTreeTests.java BTreeTests.java]
+
+
+
== John's Part 2 Test Files ==
+
*Verified by: John
+
*I took Max's part3 test files and ripped whatever I could out of it, then corrected it for start/end ordering and such. Anyway, this should get you most of the way there. A more gnarly shortestPath test would be nice.
+
**[http://www.glue.umd.edu/~teqdruid/maxP3import.input.xml maxP3import.input.xml]
+
**[http://www.glue.umd.edu/~teqdruid/maxP3import.output.xml maxP3import.output.xml]