/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
- test23 README
- =========
- Description
- ----------
- Demonstrates withSummary option of the DKFileSink. Also demonstrates the
- groupByColumnNames option.
- Assumptions
- -----------
- - lhs & rhs are File tables
- - lhs vs. rhs has both row and column diffs
- - plan file specifies withSummary = TRUE
- - plan file specifies groupByColumnNames = column2,column3
- - MagicPlan figures everything out
- - FileSink is configured to produce summary information in output
- Expectations
- -----------
- - header information in the .diff file
- - summary information in the .diff file
- - summary information shows column diff clusters (clustered by row)
- - summary information also shows results grouped by column2 & column3
- - row, column & cluster diff summaries are shown both ungrouped and grouped
- - 4 row diffs
- - 7 column diffs