PageRenderTime 24ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

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

http://diffkit.googlecode.com/
Plain Text | 26 lines | 22 code | 4 blank | 0 comment | 0 complexity | 1306774e3c6092ac050777db764e321d MD5 | raw file
  1. test9 README
  2. =========
  3. Description
  4. ----------
  5. Compare two file tables using the most automatic default provided by the MagicPlan. Only the two file paths
  6. and the file path for the Sink are provided in the plan file. Everything else is figured out by MagicPlan.
  7. Assumptions
  8. -----------
  9. - lhs & rhs are FILE tables
  10. - lhs vs. rhs has both row and column diffs
  11. - plan file supplies lhs table and rhs table 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 column headers in the data file
  15. - MagicPlan generates default TableComparison by aligning lhs column to rhs column based on name
  16. - MagicPlan uses Equals Diff across the board
  17. - MagicPlan defaults to looking for ROW and COLUMN type Diffs
  18. - MagicPlan sets max diffs to Long.MAX
  19. Expectations
  20. -----------
  21. - 2 column diffs
  22. - 4 row diffs