From: Zachary Stevens Date: Sat, 26 Jun 2010 18:53:18 +0000 (+0100) Subject: Fix test for Commit->diff. X-Git-Tag: 0.002002~47 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=bca1153c22e393a952b6715bf2212901e4e77215 Fix test for Commit->diff. --- diff --git a/t/02git_object.t b/t/02git_object.t index e85197b..5b4eac8 100644 --- a/t/02git_object.t +++ b/t/02git_object.t @@ -58,8 +58,6 @@ my $commit_obj = Gitalist::Git::Object::Commit->new( ); isa_ok($commit_obj, 'Gitalist::Git::Object::Commit', "commit object"); my ($tree, $patch) = $commit_obj->diff( - parent => undef, - filename => undef, patch => 1, ); $patch = $patch->[0];