Difference between revisions of "Part 2 Test Files"

From CMSC 420
Line 5: Line 5:
 
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).
  
== John's B-Tree Test Files ==
+
== John's B Tree Test Files ==
Verified by: John
+
*Verified by: John
These are pretty general and rely on a generic BTree.  Some of the tests are pretty much sanity checks, but the core functionality should be very well tested with this.
+
*These are pretty general and rely on a generic BTree.  Some of the tests are pretty much just sanity checks, but the core functionality should be very well tested with this.
*[http://www.glue.umd.edu/~teqdruid/BTreeTests.java BTreeTests.java]
+
**[http://www.glue.umd.edu/~teqdruid/BTreeTests.java BTreeTests.java]

Revision as of 04:06, 24 April 2007

Upload and post Part 2 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).

John's B Tree Test Files[edit]

  • Verified by: John
  • These are pretty general and rely on a generic BTree. Some of the tests are pretty much just sanity checks, but the core functionality should be very well tested with this.