1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
2008-05-06 Rolf Bjarne Kvinge <RKvinge@novell.com>
* Added support for having a list of known failures,
and ignoring the tests in it.
2007-08-08 Rolf Bjarne Kvinge <RKvinge@novell.com>
* MainModule.vb: Added a Skip argument, used to skip directories of tests
(default is to skip tests in Unfixable\)
2007-07-26 Rolf Bjarne Kvinge <RKvinge@novell.com>
* MainModule.vb: Add a few more commandline options to print the status
of the tests that have been executed at least once.
2007-04-06 Rolf Bjarne Kvinge <RKvinge@novell.com>
* MainModule.vb: Set the current directory to where the test is.
2007-02-01 Rolf Bjarne Kvinge <RKvinge@novell.com>
* Initial checkin.
|