Posted by John Guanzon on July 25, 2000 at 16:16:27:
In Reply to: Project 1 Test Files posted by Pete on July 24, 2000 at 22:43:48:
: I have posted the file used during the demos for project-1. There are three of them. The first was part of the basic test, and is called add.txt . That file is straightforward and not at all tricky.
:
: The next two files were for the stress test. The first,over.txt, tries to add 103 flights and then remove 98. This should have left you with 2 flights, because flights 101-103 should not have been added (your array was to be max length 100). Note: this file should not be handled the same way by project 2, because the linked list has no bound on size, as the array did.
:
: The third file, omit.txt leaves out various fields from the batch commands. Errors like these can be handled any way you choose, as long as the program actually handles them and recovers (i.e. does not crash).
:
: I hope these files are useful. Please understand that these are *not* the files I will use to test project 2. They are simply a reference for you to use to make sure you got project 1 working OK.
:
: Good luck!
:
: - Pete
Thank you for posting the stress files. I know you guys don't have to post them, but they help out in a big way especially when I cannnot think of every case to test my program under. Thank you again.
John Guanzon
jguanzon@vt.edu