From 20f202d83bdf1f332a3cb8f010bcf8bf3c2807bd Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 11 Oct 2009 16:36:51 +0200 Subject: Re-designed the tag testing - it does not use fixtures anymore but dyamically checks the existance of tags within the repository - it basically tests the interface and checks that expected return types are actually returned --- test/fixtures/for_each_ref | Bin 58 -> 0 bytes test/fixtures/for_each_ref_tags | Bin 58 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 test/fixtures/for_each_ref delete mode 100644 test/fixtures/for_each_ref_tags (limited to 'test/fixtures') diff --git a/test/fixtures/for_each_ref b/test/fixtures/for_each_ref deleted file mode 100644 index e56f5262..00000000 Binary files a/test/fixtures/for_each_ref and /dev/null differ diff --git a/test/fixtures/for_each_ref_tags b/test/fixtures/for_each_ref_tags deleted file mode 100644 index c4df85c6..00000000 Binary files a/test/fixtures/for_each_ref_tags and /dev/null differ -- cgit v1.2.3 From 9a119924bd314934158515a1a5f5877be63f6f91 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 11 Oct 2009 20:21:22 +0200 Subject: fixed issue in Ref.name implementation which would not handle components properly --- test/fixtures/for_each_ref_with_path_component | Bin 72 -> 84 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'test/fixtures') diff --git a/test/fixtures/for_each_ref_with_path_component b/test/fixtures/for_each_ref_with_path_component index 717c4203..e723b4ae 100644 Binary files a/test/fixtures/for_each_ref_with_path_component and b/test/fixtures/for_each_ref_with_path_component differ -- cgit v1.2.3 From ccde80b7a3037a004a7807a6b79916ce2a1e9729 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 11 Oct 2009 20:48:37 +0200 Subject: mode-only change for test system - this should be in a separate repository in fact so that changes are a little more self-contained and not depending on the actual source repository --- test/fixtures/diff_mode_only | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 test/fixtures/diff_mode_only (limited to 'test/fixtures') diff --git a/test/fixtures/diff_mode_only b/test/fixtures/diff_mode_only old mode 100644 new mode 100755 -- cgit v1.2.3