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

http://diffkit.googlecode.com/ · Plain Text · 25 lines · 22 code · 3 blank · 0 comment · 0 complexity · 521941fdc0798cab0622271847170706 MD5 · raw file

  1. test28 README
  2. =========
  3. Description
  4. ----------
  5. Compare two spreadsheet file tables using mostly automatic default provided by
  6. the MagicPlan. Only the two file names are provided in the plan file.
  7. Assumptions
  8. -----------
  9. - lhs & rhs are SpreadSheet FILE tables
  10. - lhs vs. rhs has no diffs
  11. - plan file supplies lhs and rhs spreadsheet file paths
  12. - plan file supplies file path for Sink
  13. - lhs and rhs tables have identical structure
  14. - MagicPlan reverse engineers TableModels from the spreadsheet
  15. - MagicPlan generates default TableComparison by aligning lhs column to rhs
  16. column based on name
  17. - MagicPlan specifies hasHeader TRUE
  18. - no sheet name specified, so it will default to the first one
  19. - MagicPlan always default isSorted to TRUE
  20. Expectations
  21. -----------
  22. - No Diffs