History for sqlmarker / Unit_testing
2013-07-27
Added a comment explaining why a WITH won’t solve the LONG problem in User_Constraints.
Nigel Stanger committed on 27 Jul 2013
Tweaked the HTML output and added a message key to the results page.
Nigel Stanger committed on 27 Jul 2013
- Changed run mode and verbosity variables to global constants. ...
Nigel Stanger committed on 27 Jul 2013
Tweaked appearance of NOTE style.
Nigel Stanger committed on 27 Jul 2013
Changed security warning text.
Nigel Stanger committed on 27 Jul 2013
Fixed output typos.
Nigel Stanger committed on 27 Jul 2013
Removed some obsolete console output.
Nigel Stanger committed on 27 Jul 2013
Added existence testing for individual Tests.
Nigel Stanger committed on 27 Jul 2013
Fixed misspelled method call.
Nigel Stanger committed on 27 Jul 2013
Changed exception arguments to print() methods to generic Exception class.
Nigel Stanger committed on 27 Jul 2013
2013-07-26
Fixed incorrect array nesting in assertFKColumns.
Nigel Stanger committed on 26 Jul 2013
Switched to different username and scenario.
Nigel Stanger committed on 26 Jul 2013
Corrected nonexistent status codes.
Nigel Stanger committed on 26 Jul 2013
Moved SQL schema into scenario directory.
Nigel Stanger committed on 26 Jul 2013
2013-07-25
Fixed incorrect output mode constant.
Nigel Stanger committed on 25 Jul 2013
2013-07-24
Moved scenario-specific code into scenario subtree and factored out globally defined values into various configuration files. Also replaced a bunch of things with global constants.
Nigel Stanger committed on 24 Jul 2013
Added external configuration file.
Nigel Stanger committed on 24 Jul 2013
2013-07-23
- Added support for new web interface. ...
Nigel Stanger committed on 23 Jul 2013
Added a basic web front-end.
Nigel Stanger committed on 23 Jul 2013
Temporarily stripped out text that would reveal information to students. Need a better solution long-term!
Nigel Stanger committed on 23 Jul 2013
Changed output formatting slightly.
Nigel Stanger committed on 23 Jul 2013
Added reset() method to reset all arrays and counters to zero.
Nigel Stanger committed on 23 Jul 2013
Added an hr() method to draw horizontal line separators and changed the output alignment.
Nigel Stanger committed on 23 Jul 2013
Added the annotations to disable backupGlobals and backupStaticAttributes.
Nigel Stanger committed on 23 Jul 2013
2013-07-22
Implemented new error reporting scheme using subclasses of SimpleTestListener.
Nigel Stanger committed on 22 Jul 2013
Implemented Reporter support for use within assert() methods.
Nigel Stanger committed on 22 Jul 2013
Factored out connection login details.
Nigel Stanger committed on 22 Jul 2013
2013-06-28
Added HTML reporter class.
Nigel Stanger committed on 28 Jun 2013
Implemented plain text reporting class.
Nigel Stanger committed on 28 Jun 2013
Created separate subdirectories for each table and moved corresponding files into them. Things were starting to get a bit unwieldy.
Nigel Stanger committed on 28 Jun 2013