From a4fb3091a75005b047fbea72f812c53d27b15412 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 21 Oct 2009 17:04:24 +0200 Subject: diff: added test to be sure index-vs-working copy diffs are solved properly --- test/git/test_diff.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/git/test_diff.py') diff --git a/test/git/test_diff.py b/test/git/test_diff.py index deae7cfc..501d937d 100644 --- a/test/git/test_diff.py +++ b/test/git/test_diff.py @@ -74,3 +74,6 @@ class TestDiff(TestCase): assert value, "Did not find diff for %s" % key # END for each iteration type + def test_diff_index_working_tree(self): + self.fail("""Find a good way to diff an index against the working tree +which is not possible with the current interface""") -- cgit v1.2.1