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

http://diffkit.googlecode.com/ · Plain Text · 26 lines · 22 code · 4 blank · 0 comment · 0 complexity · b1243c0a9cce36c0885e6249656453be MD5 · raw file

  1. test24 README
  2. =========
  3. Description
  4. ----------
  5. Demonstrates the TextDiffor and how it can be used to compare CLOBs in a way
  6. that is insensitive to newlines. Also demonstrates the use of the whereClause.
  7. Assumptions
  8. -----------
  9. - lhs & rhs are DB tables
  10. - plan file supplies lhs table name and rhs table name
  11. - lhs and rhs tables have identical structure
  12. - MagicPlan specifies the whereClause, the same applied to both sides
  13. - MagicPlan reverse engineers TableModels from the database
  14. - MagicPlan will assign TextDiffor, that ignores newlines, to CLOB columns
  15. - column2 is a CLOB
  16. - row 'bbbb' differs lhs vs. rhs only in the CLOB column, and only by newlines
  17. - column3 has diffs
  18. Expectations
  19. -----------
  20. - 1 COLUMN_DIFF diff
  21. - row 'bbbb' is not seen as a diff
  22. - no diffs are seen in column3, because the where clause filters those out