2016-05-16 |
• 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
|
|
|
|
• Removed unused tests.
Nigel Stanger
committed
on 7 Apr 2014
|
|
|
|
• Modified sqlifyValue() to correctly handle date test values generated by a function.
Nigel Stanger
committed
on 7 Apr 2014
|
|
• Removed legal value that exceeded column precision.
Nigel Stanger
committed
on 7 Apr 2014
|
|
• Removed unnecessary overflow values that exceed size of column.
...
Nigel Stanger
committed
on 7 Apr 2014
|
|
• Fixed PK value that conflicted with the fixture.
Nigel Stanger
committed
on 7 Apr 2014
|
|
• Switched to Used Cars scenario for 2014.
Nigel Stanger
committed
on 7 Apr 2014
|
|
2014-03-26 |
• Reduced minimum precision of Commission_Rate to 2.
Nigel Stanger
committed
on 26 Mar 2014
|
2014-03-21 |
• Added logging of column aliases, just for informational purposes.
Nigel Stanger
committed
on 21 Mar 2014
|