[libcode-tidyall-perl] 106/374: change msg

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:25:58 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 47d0f2ed3953a583fce5aefe8c6fcdb5c9e7c938
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Wed Jul 18 17:05:01 2012 -0700

    change msg
---
 lib/Code/TidyAll/t/SVN.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Code/TidyAll/t/SVN.pm b/lib/Code/TidyAll/t/SVN.pm
index d951696..606ee39 100644
--- a/lib/Code/TidyAll/t/SVN.pm
+++ b/lib/Code/TidyAll/t/SVN.pm
@@ -73,7 +73,7 @@ sub test_svn_precommit_hook : Tests {
     $stderr =
       capture_stderr { system( sprintf( 'svn -q commit -m "changed" %s/foo.txt', $work_dir ) ) };
     like( $stderr, qr/1 file did not pass tidyall check/ );
-    like( $stderr, qr/UpperText.*needs tidying/ );
+    like( $stderr, qr/needs tidying/ );
     $uncommitted->();
 
     write_file( "$work_dir/foo.txt", "ABC" );

-- 
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