[libcode-tidyall-perl] 350/374: remove --badoption, js-beautify doesn't always die

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:49 UTC 2013


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

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit dbffcc783515cfd4073b6374fc26aadc508d0983
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Mon Mar 11 05:37:09 2013 -0700

    remove --badoption, js-beautify doesn't always die
---
 lib/Code/TidyAll/t/Plugin/JSBeautify.pm |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib/Code/TidyAll/t/Plugin/JSBeautify.pm b/lib/Code/TidyAll/t/Plugin/JSBeautify.pm
index 28fbd17..372368c 100644
--- a/lib/Code/TidyAll/t/Plugin/JSBeautify.pm
+++ b/lib/Code/TidyAll/t/Plugin/JSBeautify.pm
@@ -14,11 +14,6 @@ sub test_main : Tests {
         conf        => { argv => '--indent-size 3 --brace-style expand' },
         expect_tidy => 'sp.toggleResult = function(id)\n{\n   foo(id)\n}\n',
     );
-    $self->tidyall(
-        source       => $source,
-        conf         => { argv => '--badoption' },
-        expect_error => qr/exited with error/
-    );
 }
 
 1;

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



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