Difference between revisions of "Part 1 Test Files"
Line 70: | Line 70: | ||
== Maxim Khitrov's Test Files == | == Maxim Khitrov's Test Files == | ||
− | These files have been verified | + | These files have been verified by Maxim Khitrov, [[User:Cconroy]]. |
*Master - I've built this file gradually while writing my project. It uses all of the commands and tries to test some of the border-line situations. The saved images are here as well. | *Master - I've built this file gradually while writing my project. It uses all of the commands and tries to test some of the border-line situations. The saved images are here as well. | ||
**[http://mxwerx.com/cmsc420/proj2/master.input.xml master.input.xml] | **[http://mxwerx.com/cmsc420/proj2/master.input.xml master.input.xml] |
Revision as of 23:13, 31 March 2007
Upload and post Part 1 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).
Public Tests[edit]
- primary
- createCity
Colin's Test Files[edit]
These files have been verified by User:Ben Zoller User:Cconroy.
- createCity
- deleteCity
- listCities
- mapCity
- unmapCity
- printPRQuadtree
- printPRQuadtree2
John Demme's Test Files[edit]
These files have been verified by John Demme, User:Cconroy.
- nearest - A basic test of nearestCity
- fatalError1 - A sanity check for outputting a fatal error
- range1 - rangeCities sanity and boundary checking
Andrew's Test Files[edit]
Verified by User:Cconroy
A modified version of Colin P's deleteCity. It deals with the two types of successful delete (mapped and unmapped cities) and the cityNotExisting error. Since I'm failing the release test for deleteCity, I was wondering if someone could verify my output. Nothing seems to jump out at me.
- deleteCityModified
The TA's Gnarly Input Generator Script[edit]
This is a python script to generate large inputs for testing and timing. Put your times up on the Part 1 Speed Page -- if you dare....
Extension to John's boundary rangeCities test file[edit]
This tests for pruning you might be doing while ranging. Verified by Colin Powers only.
Maxim Khitrov's Test Files[edit]
These files have been verified by Maxim Khitrov, User:Cconroy.
- Master - I've built this file gradually while writing my project. It uses all of the commands and tries to test some of the border-line situations. The saved images are here as well.