Difference between revisions of "Part 3 Test Files"

From CMSC 420
Line 29: Line 29:
 
***[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]
 +
**** It works for me.  For those who skimmed through the spec (like me), remember to not include that road in the search.  I was stuck on that for a while. :/
  
 
== J Stuckey's Test Files ==
 
== J Stuckey's Test Files ==

Revision as of 19:23, 16 May 2007

Upload and post Part 3 test files here.

You will need to right-click these and do a Save As... just copying/pasting them from your browser will not work.

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).

Chris Conroy's Test Files[edit]

  • Verified by Chris. (Updated Nearest/Range Road test & Added NearestCityToRoad Test 11:40pm, Tues)
  • See This Unit Test if you want a quick way of regression testing against part 2 stuff.
    • Unconfirmed Nearest City To Road tester. Checks for cities along the boundary, error cases, and name ordering for ties. PLEASE CONFIRM.

(Note, after passing this test my release score went up 20 points, so it at least constitutes a subset of valid nearestCityToRoad tests)

J Stuckey's Test Files[edit]