[Rt-commit] [rtir] 02/24: add a bit of debugging to a test file

Jesse Vincent jesse at bestpractical.com
Mon Feb 9 00:25:17 EST 2015


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

jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.

commit 8256c149a08097b160f77c865daee4c8d22ff0c7
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Thu Feb 5 21:16:30 2015 -0800

    add a bit of debugging to a test file
---
 t/015-make-clicky.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/015-make-clicky.t b/t/015-make-clicky.t
index 5e238ec..761fc64 100644
--- a/t/015-make-clicky.t
+++ b/t/015-make-clicky.t
@@ -65,7 +65,7 @@ diag "clicky email" if $ENV{'TEST_VERBOSE'};
         $agent->save_content('/tmp/x.html');
         if ( $clicky{'email'} ) {
             ok( $email_link,                                   "found link" );
-            ok( $email_link->url =~ /(?<!\w)\Q$email\E(?!\w)/, 'url has an email' );
+            ok( $email_link->url =~ /(?<!\w)\Q$email\E(?!\w)/, 'url '.$email_link->url.' has an email - '.$email );
 
             ok( $domain_link,                                    "found link" );
             ok( $domain_link->url =~ /(?<!\w)\Q$domain\E(?!\w)/, 'url has a domain' );

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list