VincentSteil / World_Crisis_DB

Creating a database for world crises similar to what IMDB is for movies that can be navigated in a similar manner. Parsed and accessed through python and initially stored in XML and validated against an XSD. The XML is converted in MySQL later on.
1 stars 0 forks source link

Where do we keep the acceptance tests? #16

Closed caisbalderas closed 11 years ago

caisbalderas commented 11 years ago

On piazza he said that the file RunWCDB1.in.xml has to have just one xml tree but he wants 10 acceptance tests. Where do we keep these?

wgenerous commented 11 years ago

from my understanding, thats for "actual" data... i feel like we are supposed to just write 10 test all in one file, that probably won't run ---- remember we did this for the last project's acceptance test. Our program couldn't differentiate the end of one because of the white space, and he said that is fine last time. though we should probably ask him to clarify.

mduban commented 11 years ago

Yes, we are supposed to put them all in one file, similar to what we did in last project. To actually test it we would probably copy them one-by-one to some other file and run it.

caisbalderas commented 11 years ago

great, thanks