Difference between revisions of "Part 1 Test Files"

 
(13 intermediate revisions by 5 users not shown)
Line 2: Line 2:
  
 
You will need to right-click these and do a Save As... just copying/pasting them from your browser will not work.
 
You will need to right-click these and do a Save As... just copying/pasting them from your browser will not work.
 +
You may also need to copy the <command> tag (excluding the spatialWidth and spatialHeight attributes) from a given, updated test file for some of these to validate correctly.
  
 
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).
 +
 +
'''Note for Spring 2012''': In the input file for most of the tests, '''make sure to update the noNamespaceSchemaLocation attribute''' in the <command> tag from "http://www.cs.umd.edu/users/meesh/420/spr07/part1/part1in.xsd" to "http://www.cs.umd.edu/users/meesh/420/part1/part1in.xsd" or your local "part1in.xsd".
  
 
== Public Tests ==
 
== Public Tests ==
Line 14: Line 17:
  
 
== Colin's Test Files ==
 
== Colin's Test Files ==
These files have been verified by [[User:Ben Zoller]] [[User:Cconroy]].
+
These files have been verified by [[User:Ben Zoller]] [[User:Cconroy]] [[User:vl]].
 +
 
*createCity
 
*createCity
 
**[[Media:Part1.colin.createCity.input.xml]]
 
**[[Media:Part1.colin.createCity.input.xml]]
 
**[[Media:Part1.colin.createCity.output.xml]]
 
**[[Media:Part1.colin.createCity.output.xml]]
*deleteCity
 
**[[Media:Part1.colin.deleteCity.input.xml]]
 
**[[Media:Part1.colin.deleteCity.output.xml]]
 
*listCities
 
**[[Media:Part1.colin.listCities.input.xml]]
 
**[[Media:Part1.colin.listCities.output.xml]]
 
*mapCity
 
**[[Media:Part1.colin.mapCity.input.xml]]
 
**[[Media:Part1.colin.mapCity.output.xml]]
 
*unmapCity
 
**[[Media:Part1.colin.unmapCity.input.xml]]
 
**[[Media:Part1.colin.unmapCity.output.xml]]
 
*printPRQuadtree
 
**[[Media:Part1.colin.printPRQuadtree.input.xml]]
 
**[[Media:Part1.colin.printPRQuadtree.output.xml]]
 
*printPRQuadtree2
 
**[[Media:Part1.colin.printPRQuadtree2.input.xml]]
 
**[[Media:Part1.colin.printPRQuadtree2.output.xml]]
 
 
== John Demme's Test Files ==
 
These files have been verified by John Demme, [[User:Cconroy]].
 
*nearest - A basic test of nearestCity
 
**[[Media:Part1.john.nearest.input.xml]]
 
**[[Media:Part1.john.nearest.output.xml]]
 
*fatalError1 - A sanity check for outputting a fatal error
 
**[[Media:Part1.john.fatalError1.input.xml]]
 
**[[Media:Part1.john.fatalError1.output.xml]]
 
*range1 - rangeCities sanity and boundary checking
 
**[[Media:Part1.john.range1.input.xml]]
 
**[[Media:Part1.john.range1.output.xml]]
 
 
== Andrew's Test Files ==
 
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
 
**[[Media:Part1.andrew.deleteCity.input.xml]]
 
**[[Media:Part1.andrew.deleteCity.output.xml]]
 
 
== The TA's Gnarly Input Generator Script ==
 
This is a python script to generate large inputs for testing and timing. 
 
Put your times up on the [[Part 1 Speed|Part 1 Speed Page]] -- if you dare....
 
*[[Media:Gnarly.zip]]
 
 
== Extension to John's boundary rangeCities test file ==
 
This tests for pruning you might be doing while ranging.
 
Verified by Colin Powers only.
 
*[[Media:Part1.john.range.extend.input.xml]]
 
*[[Media:Part1.john.range.extend.output.xml]]
 
 
== Maxim Khitrov's Test Files ==
 
These files have been verified only by Maxim Khitrov.
 
*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.output.xml master.output.xml]
 
**[http://mxwerx.com/cmsc420/proj2/master1.png master1.png]
 
**[http://mxwerx.com/cmsc420/proj2/master2.png master2.png]
 
**[http://mxwerx.com/cmsc420/proj2/master3.png master3.png]
 
**[http://mxwerx.com/cmsc420/proj2/master4.png master4.png]
 
**[http://mxwerx.com/cmsc420/proj2/master5.png master5.png]
 
**[http://mxwerx.com/cmsc420/proj2/master6.png master6.png]
 
**[http://mxwerx.com/cmsc420/proj2/master7.png master7.png]
 
**[http://mxwerx.com/cmsc420/proj2/master8.png master8.png]
 
**[http://mxwerx.com/cmsc420/proj2/master9.png master9.png]
 

Latest revision as of 01:03, 6 February 2017

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. You may also need to copy the <command> tag (excluding the spatialWidth and spatialHeight attributes) from a given, updated test file for some of these to validate correctly.

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

Note for Spring 2012: In the input file for most of the tests, make sure to update the noNamespaceSchemaLocation attribute in the <command> tag from "http://www.cs.umd.edu/users/meesh/420/spr07/part1/part1in.xsd" to "http://www.cs.umd.edu/users/meesh/420/part1/part1in.xsd" or your local "part1in.xsd".

Public Tests

Colin's Test Files

These files have been verified by User:Ben Zoller User:Cconroy User:vl.