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

http://diffkit.googlecode.com/ · Plain Text · 21 lines · 17 code · 4 blank · 0 comment · 0 complexity · 5b47b3cb4ac902ac68004e6b55c96a7b MD5 · raw file

  1. test5 README
  2. =========
  3. Description
  4. ----------
  5. Compare two File tables using the most straightforward possible comparison.
  6. Everything is wired explicitly into a PassthroughPlan. Plan limits diffs to ROW_DIFF diffs only.
  7. Assumptions
  8. -----------
  9. - lhs & rhs are File tables
  10. - lhs vs. rhs has both row and column diffs
  11. - TableModel specifies compound primary key
  12. - Comparisons are all passthrough-- column identical on both sides & only Equals comparison
  13. - only report ROW diffs
  14. Expectations
  15. -----------
  16. - no column diffs in expected, even though column diffs exist between sources
  17. - four row diffs