Advertisement
Guest User

Untitled

a guest
Nov 15th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. order_type -
  2. no table when using sql after jetty:run but there when using standalone.
  3. no Validators
  4.  
  5. relationship_type
  6. Had NOT NULL constraint - I removed it
  7. No validator
  8. No validator test
  9.  
  10. program
  11. there is a description in program table -- NO NOT NULL constraint
  12. No mention of description inProgramValidator
  13. No @should in ProgramValidator for validate_shouldFailValidationIfDescriptionIsNullOrEmptyOrWhitespace()
  14. ProgramValidatorTest
  15. validate_shouldFailValidationIfDescriptionIsNullOrEmptyOrWhitespace() looks wrong
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement