Changes

390 bytes added ,  02:22, 16 May 2012
Line 4: Line 4:     
If you have downloaded and ran someone's test files, mark on the wiki that you verify if outputs correctly. If you have a problem with a test file, mark it on the wiki and discuss it on the forum or possibly on the talk page (although more people would probably see it on the CS forum).
 
If you have downloaded and ran someone's test files, mark on the wiki that you verify if outputs correctly. If you have a problem with a test file, mark it on the wiki and discuss it on the forum or possibly on the talk page (although more people would probably see it on the CS forum).
 +
 +
==Jesse's Unit Tests==
 +
*Tests the HexTrie Bplus and Bstar for put and remove.  Verifies the HexTrie has the correct keys/guides/values/children in each node.  Don't use Save As...  Just click on the link.
 +
***[[Jesse_HexTrie_Junit_Test]]
 +
You need to add in this method to your HexTrie to get the tests to work:
 +
<pre>
 +
public Node<K,V> getRootNode(){
 +
return root.me;
 +
}
 +
</pre>
    
== Chris Conroy's Test Files ==
 
== Chris Conroy's Test Files ==
Line 28: Line 38:  
**** Conroy says: new versions as of 3:15am Wed. Should be correct now.
 
**** Conroy says: new versions as of 3:15am Wed. Should be correct now.
   −
** Unconfirmed Nearest City To Road tester. Checks for cities along the boundary, error cases, and name ordering for ties. PLEASE CONFIRM.
+
** Nearest City To Road tester. Checks for cities along the boundary, error cases, and name ordering for ties. (Note, after passing this test my release score went up 20 points, so it at least constitutes a subset of valid nearestCityToRoad tests)
(Note, after passing this test my release score went up 20 points, so it at least constitutes a subset of valid nearestCityToRoad tests)
+
*** Verified by: Ben
 
***[http://www.glue.umd.edu/~cconroy/420/conroyNearestCityToRoad.input.xml Nearest City To Road Input]
 
***[http://www.glue.umd.edu/~cconroy/420/conroyNearestCityToRoad.input.xml Nearest City To Road Input]
 
***[http://www.glue.umd.edu/~cconroy/420/conroyNearestCityToRoad.output.xml Nearest City To Road Output]
 
***[http://www.glue.umd.edu/~cconroy/420/conroyNearestCityToRoad.output.xml Nearest City To Road Output]
Line 36: Line 46:  
== J Stuckey's Test Files ==
 
== J Stuckey's Test Files ==
 
** Name Range test
 
** Name Range test
 +
*** Verified by: Ben
 
***[http://www.wam.umd.edu/~jstuckey/nameRange.input.xml Name Range input]
 
***[http://www.wam.umd.edu/~jstuckey/nameRange.input.xml Name Range input]
***[http://www.wam.umd.edu/~jstuckey/nameRange.input.xml Name Range output]
+
***[http://www.wam.umd.edu/~jstuckey/nameRange.output.xml Name Range output]
    
==Mike's Java PMQuadtree Input Generator==
 
==Mike's Java PMQuadtree Input Generator==
9

edits