Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/Git-SVN
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2012-07-27 04:26:03 +0400
committerEric Wong <normalperson@yhbt.net>2012-07-28 02:36:14 +0400
commitb772cb9994e085c4a55820092011ee2b8997b0ac (patch)
tree764d56778ca57c63f1f3a00a2ea43d58ab693990 /t/Git-SVN
parentb0e75250c8c1fc40ba9d42c31ae99146f1cdeb71 (diff)
Extract Git::SVN::Migration from git-svn.
Straight cut & paste. 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 37626f4284..1307b65e8c 100644
--- a/t/Git-SVN/00compile.t
+++ b/t/Git-SVN/00compile.t
@@ -3,9 +3,10 @@
use strict;
use warnings;
-use Test::More tests => 4;
+use Test::More tests => 5;
require_ok 'Git::SVN';
require_ok 'Git::SVN::Utils';
require_ok 'Git::SVN::Ra';
require_ok 'Git::SVN::Log';
+require_ok 'Git::SVN::Migration';