You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by jo...@apache.org on 2005/08/30 13:46:55 UTC

svn commit: r264761 - /httpd/test/trunk/perl-framework/t/modules/include.t

Author: jorton
Date: Tue Aug 30 04:46:51 2005
New Revision: 264761

URL: http://svn.apache.org/viewcvs?rev=264761&view=rev
Log:
Trim double spaces in the expected strftime output too; otherwise
this test will fail spuriously on dates like "August  2".

Modified:
    httpd/test/trunk/perl-framework/t/modules/include.t

Modified: httpd/test/trunk/perl-framework/t/modules/include.t
URL: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/t/modules/include.t?rev=264761&r1=264760&r2=264761&view=diff
==============================================================================
--- httpd/test/trunk/perl-framework/t/modules/include.t (original)
+++ httpd/test/trunk/perl-framework/t/modules/include.t Tue Aug 30 04:46:51 2005
@@ -319,6 +319,7 @@
 
     # trim output
     $result = single_space($result);
+    $expected = single_space($expected);
 
     ok t_cmp("$result",
              "$expected",