Test Results
Package: wheels.tests.model.crud
Test Results | |||||
---|---|---|---|---|---|
Status Failed |
Duration 00:00:00 |
Packages 1 |
Tests 8 |
Failures 0 |
Errors 1 |
Package | Test Name | Time | Status |
---|---|---|---|
create | Save null strings | 11 | Error |
Table 'sampler.authors' doesn't exist cfquery.cfm:17 INSERT INTO authors ( lastname , firstname ) VALUES ( 'Null' , 'Null' )
|
Package | Test Name | Time | Status |
---|---|---|---|
create | Auto incrementing primary key should be set | 6 | Success |
create | Columns that are not null should allow for blank string during create | 6 | Success |
create | Composite key values should be set when they both exist | 6 | Success |
create | Non auto incrementing primary key should not be changed | 5 | Success |
create | Override created at with allow explicit timestamps | 10 | Success |
create | Override updated at with allow explicit timestamps | 10 | Success |
create | Saving a new model without properties should not throw errors | 7 | Success |