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

http://diffkit.googlecode.com/ · Plain Text · 27 lines · 23 code · 4 blank · 0 comment · 0 complexity · 01ab4b18c9536df71ad3d443ab76970a MD5 · raw file

  1. test23 README
  2. =========
  3. Description
  4. ----------
  5. Demonstrates withSummary option of the DKFileSink. Also demonstrates the
  6. groupByColumnNames option.
  7. Assumptions
  8. -----------
  9. - lhs & rhs are File tables
  10. - lhs vs. rhs has both row and column diffs
  11. - plan file specifies withSummary = TRUE
  12. - plan file specifies groupByColumnNames = column2,column3
  13. - MagicPlan figures everything out
  14. - FileSink is configured to produce summary information in output
  15. Expectations
  16. -----------
  17. - header information in the .diff file
  18. - summary information in the .diff file
  19. - summary information shows column diff clusters (clustered by row)
  20. - summary information also shows results grouped by column2 & column3
  21. - row, column & cluster diff summaries are shown both ungrouped and grouped
  22. - 4 row diffs
  23. - 7 column diffs