2016-05-27 |
|
---|---|
|
|
2016-05-20 |
• Added legal value tests.
Nigel Stanger
committed
on 20 May 2016
|
• Added legal value lists to all numeric columns that didn’t already have them (to catch ≤ vs. < errors).
...
Nigel Stanger
committed
on 20 May 2016
|
|
2016-05-19 |
• Changed quantity value to match minimum value in specification.
Nigel Stanger
committed
on 19 May 2016
|
2016-05-17 |
• Corrected illegal values for Minimum_Level.
Nigel Stanger
committed
on 17 May 2016
|
• Corrected constraint on Sale_Line.Quantity (had no upper bound).
Nigel Stanger
committed
on 17 May 2016
|
|
• Corrected upper bound of Order_Line.Price.
Nigel Stanger
committed
on 17 May 2016
|
|
2016-05-16 |
• Added script to increase precision of specific numeric columns to enable testing for constraints that would otherwise be masked by exceeding the precision.
Nigel Stanger
committed
on 16 May 2016
|
• Added ability to explicitly force structure or data tests regardless of what happens internally.
Nigel Stanger
committed
on 16 May 2016
|
|
• Corrected length of Order_Line.Qty_Received.
Nigel Stanger
committed
on 16 May 2016
|
|
• Added missing Order_Line.Date_Completed column.
Nigel Stanger
committed
on 16 May 2016
|
|
• Adjusted maximum lengths for number columns to provide a little tolerance.
...
Nigel Stanger
committed
on 16 May 2016
|
|
• Added spec for Date_Completed column.
Nigel Stanger
committed
on 16 May 2016
|
|
• Corrected minimum value for Assembly.Quantity in table specification (should be 2, not 1). The text description has the correct value.
Nigel Stanger
committed
on 16 May 2016
|
|
2016-04-29 |
• Removed @expectedException annotations as they were causing spurious failures. Checking based on the exception text is more useful in general anyway.
Nigel Stanger
committed
on 29 Apr 2016
|
• Adjusted test execution in light of test filtering being removed from PHPUnit_Framework_TestSuite->run().
Nigel Stanger
committed
on 29 Apr 2016
|
|
|
|
• Updated to use PHPUnit 5.2.3 PHAR installation.
Nigel Stanger
committed
on 29 Apr 2016
|
|
• Corrected scenario name.
Nigel Stanger
committed
on 29 Apr 2016
|
|
2016-03-31 |
|
|
|
2014-04-28 |
• Updated marking comments for 2014.
Nigel Stanger
committed
on 28 Apr 2014
|
2014-04-09 |
• Added another illegal value for Email column.
Nigel Stanger
committed
on 9 Apr 2014
|
2014-04-08 |
• Corrected underflow value for Date_Hired.
Nigel Stanger
committed
on 8 Apr 2014
|
• Adjusted minimum precision of salary and dropped maximum precision.
Nigel Stanger
committed
on 8 Apr 2014
|
|
• Added missing default and underflow values for Date_Hired.
Nigel Stanger
committed
on 8 Apr 2014
|
|
2014-04-07 |
• Alphabetically sorted various columns lists before comparison so that we don’t fail if, e.g., a student lists their PK columns in a different order from what we expected (closes #8).
Nigel Stanger
committed
on 7 Apr 2014
|
• Added substitution of values in related columns when testing legal and illegal values (closes #17).
Nigel Stanger
committed
on 7 Apr 2014
|
|
|