[carton] 298/472: this test should now always succeed, i hope

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 26f9ea0b7610219a3cf9c024e95712b507d31353
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Wed Jun 5 19:05:07 2013 +0900

    this test should now always succeed, i hope
---
 xt/cli/json_pp.t | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/xt/cli/json_pp.t b/xt/cli/json_pp.t
index 99bea4e..c1f7707 100644
--- a/xt/cli/json_pp.t
+++ b/xt/cli/json_pp.t
@@ -15,11 +15,8 @@ EOF
     $app->run("install");
     $app->clean_local;
 
-    TODO: {
-        local $TODO = "collect installs";
-        $app->run("install", "--deployment");
-        unlike $app->stderr, qr/JSON::PP is not in range/;
-    }
+    $app->run("install", "--deployment");
+    unlike $app->stderr, qr/JSON::PP is not in range/;
 }
 
 done_testing;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list