summaryrefslogtreecommitdiff
path: root/t/Git-SVN
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2012-07-27 00:26:05 (GMT)
committerEric Wong <normalperson@yhbt.net>2012-07-27 22:36:17 (GMT)
commit10c2aa5928b5309374bb4328f1c2849cb4ae65cc (patch)
tree1b68a9b74290241c38952a21f9bd5a03142d1af1 /t/Git-SVN
parente96cdba110346691794c1160db17f7a1b1f974b5 (diff)
downloadgit-10c2aa5928b5309374bb4328f1c2849cb4ae65cc.zip
git-10c2aa5928b5309374bb4328f1c2849cb4ae65cc.tar.gz
git-10c2aa5928b5309374bb4328f1c2849cb4ae65cc.tar.bz2
Move Git::IndexInfo into its own file.
Straight cut & paste. Didn't require any fixing. Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 't/Git-SVN')
-rw-r--r--t/Git-SVN/00compile.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/Git-SVN/00compile.t b/t/Git-SVN/00compile.t
index 1307b65..5419438 100644
--- a/t/Git-SVN/00compile.t
+++ b/t/Git-SVN/00compile.t
@@ -3,10 +3,11 @@
use strict;
use warnings;
-use Test::More tests => 5;
+use Test::More tests => 6;
require_ok 'Git::SVN';
require_ok 'Git::SVN::Utils';
require_ok 'Git::SVN::Ra';
require_ok 'Git::SVN::Log';
require_ok 'Git::SVN::Migration';
+require_ok 'Git::IndexInfo';