Difference between revisions of "Part 1 Test Files"

From CMSC 420
Line 70: Line 70:
 
== Extension to John's boundary rangeCities test file ==
 
== Extension to John's boundary rangeCities test file ==
 
This tests for pruning you might be doing while ranging.
 
This tests for pruning you might be doing while ranging.
Verified by Colin Powers only.
+
Verified by Colin Powers and [[User:vl]].
 
*[[Media:Part1.john.range.extend.input.xml]]
 
*[[Media:Part1.john.range.extend.input.xml]]
 
*[[Media:Part1.john.range.extend.output.xml]]
 
*[[Media:Part1.john.range.extend.output.xml]]
Line 76: Line 76:
 
== Stephen's Test Files ==
 
== Stephen's Test Files ==
 
This tests for gray nodes deleting themselves when they shouldn't.
 
This tests for gray nodes deleting themselves when they shouldn't.
Verified by Stephen Sazama only.
+
Verified by Stephen Sazama and [[User:vl]].
 
*[[Media:Part1.printPRQuadtree4.input.xml]]
 
*[[Media:Part1.printPRQuadtree4.input.xml]]
 
*[[Media:Part1.printPRQuadtree4.output.xml]]
 
*[[Media:Part1.printPRQuadtree4.output.xml]]

Revision as of 21:39, 19 February 2012

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[edit]

Colin's Test Files[edit]

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

John Demme's Test Files[edit]

These files have been verified by John Demme, User:Cconroy User:vl.

Andrew's Test Files[edit]

Verified by User:Cconroy User:vl

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.

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 and User:vl.

Stephen's Test Files[edit]

This tests for gray nodes deleting themselves when they shouldn't. Verified by Stephen Sazama and User:vl.