Changes

1,084 bytes added ,  18:59, 11 May 2007
no edit summary
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 ==
 
== John's Part 2 Test Files ==
Line 16: Line 15:  
**[http://www.glue.umd.edu/~teqdruid/maxP3import.input.xml maxP3import.input.xml]
 
**[http://www.glue.umd.edu/~teqdruid/maxP3import.input.xml maxP3import.input.xml]
 
**[http://www.glue.umd.edu/~teqdruid/maxP3import.output.xml maxP3import.output.xml]
 
**[http://www.glue.umd.edu/~teqdruid/maxP3import.output.xml maxP3import.output.xml]
      
== Ryan's Nearest City Matlab Script Generator ==
 
== Ryan's Nearest City Matlab Script Generator ==
Line 24: Line 22:  
*Also, this script can be modified (with relative ease) to check rangeCities. If I have the time I might make create that as well.
 
*Also, this script can be modified (with relative ease) to check rangeCities. If I have the time I might make create that as well.
 
**[http://www.wam.umd.edu/~rjmurphy/cmsc420/nearestCity.m nearestCity.m]
 
**[http://www.wam.umd.edu/~rjmurphy/cmsc420/nearestCity.m nearestCity.m]
 +
 +
==Mike's Java PMQuadtree Input Generator==
 +
*In my efforts to debug my PM Quadtree, I have developed a java program that creates xml input files for making random PM Quadtrees (with random cities and roads).  If someone could verify that my tests are congruent with their tests (as I am currently not passing the pm3 tests), that would be very helpful.
 +
**[http://www.doc-ent.com/meeshquest/PMTestFileMaker.java]]
 +
**[http://www.doc-ent.com/meeshquest/PMJavaTests.input.xml]]
 +
**[http://www.doc-ent.com/meeshquest/PMJavaTests.input.xml.output.xml]]
 +
**[http://www.doc-ent.com/meeshquest/PMJavaTests1.input.xml]]
 +
**[http://www.doc-ent.com/meeshquest/PMJavaTests1.input.xml.output.xml]]
 +
**[http://www.doc-ent.com/meeshquest/PMJavaTests2.input.xml]]
 +
**[http://www.doc-ent.com/meeshquest/PMJavaTests2.input.xml.output.xml]]
 +
**[http://www.doc-ent.com/meeshquest/PMJavaTests3.input.xml]]
 +
**[http://www.doc-ent.com/meeshquest/PMJavaTests3.input.xml.output.xml]]
 +
**[http://www.doc-ent.com/meeshquest/PMJavaTests4.input.xml]]
 +
**[http://www.doc-ent.com/meeshquest/PMJavaTests4.input.xml.output.xml]]
38

edits