From b74fda1c9b332b1216cc4d02ec256d6e350d5524 Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Thu, 26 Jul 2012 17:26:01 -0700 Subject: Extract Git::SVN::Log from git-svn. Straight cut & paste. Also noticed Git::SVN::Ra wasn't in the compile test. It is now. Signed-off-by: Eric Wong --- t/Git-SVN/00compile.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 't/Git-SVN') diff --git a/t/Git-SVN/00compile.t b/t/Git-SVN/00compile.t index 97475d920..37626f428 100644 --- a/t/Git-SVN/00compile.t +++ b/t/Git-SVN/00compile.t @@ -3,7 +3,9 @@ use strict; use warnings; -use Test::More tests => 2; +use Test::More tests => 4; -require_ok 'Git::SVN::Utils'; require_ok 'Git::SVN'; +require_ok 'Git::SVN::Utils'; +require_ok 'Git::SVN::Ra'; +require_ok 'Git::SVN::Log'; -- cgit v1.2.1