]> git.ipfire.org Git - thirdparty/git.git/commit - t/lib-diff-alternative.sh
t4033-diff-patience: factor out tests
authorTay Ray Chuan <rctay89@gmail.com>
Thu, 7 Jul 2011 04:23:58 +0000 (12:23 +0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Jul 2011 16:41:48 +0000 (09:41 -0700)
commit46c8f2988dc9a6012babd5833a6245ceff214483
tree44da210c4ee3caac56f6d1332f2e845e06f46624
parent1d26b252f1128f7b31885811d7f481b6b7612bd7
t4033-diff-patience: factor out tests

Group the test cases into two functions, test_diff_(frobnitz|unique).
This in preparation for the histogram diff algorithm, which would also
re-use these test cases.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-diff-alternative.sh [new file with mode: 0644]
t/t4033-diff-patience.sh