/tst/org/diffkit/diff/testcase/test17.README.txt

http://diffkit.googlecode.com/ · Plain Text · 23 lines · 18 code · 5 blank · 0 comment · 0 complexity · baae5ce06db26cc60c21d47d06fd490e MD5 · raw file

  1. test17 README
  2. =========
  3. Description
  4. ----------
  5. Test the boundary case where one table (LHS) has rows, but the other table (RHS) is empty.
  6. Assumptions
  7. -----------
  8. - lhs & rhs are DB tables
  9. - lhs has rows, rhs is empty
  10. - all rows from lhs should show up as ROW diffs
  11. - plan file supplies lhs table name and rhs table name
  12. - plan file supplies ConnectionInfo to H2 DB
  13. - lhs and rhs tables have identical structure
  14. - MagicPlan reverse engineers TableModels from the database
  15. - MagicPlan generates default TableComparison by aligning lhs column to rhs column based on name
  16. Expectations
  17. -----------
  18. - 12 ROW diffs -- all rows from LHS