You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jg...@apache.org on 2005/10/14 01:58:20 UTC

svn commit: r320948 - /spamassassin/trunk/t/html_utf8.t

Author: jgmyers
Date: Thu Oct 13 16:58:20 2005
New Revision: 320948

URL: http://svn.apache.org/viewcvs?rev=320948&view=rev
Log:
Bug 4596: test requires version of perl without utf8 bugs

Modified:
    spamassassin/trunk/t/html_utf8.t

Modified: spamassassin/trunk/t/html_utf8.t
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/t/html_utf8.t?rev=320948&r1=320947&r2=320948&view=diff
==============================================================================
--- spamassassin/trunk/t/html_utf8.t (original)
+++ spamassassin/trunk/t/html_utf8.t Thu Oct 13 16:58:20 2005
@@ -3,7 +3,7 @@
 use lib '.'; use lib 't';
 use SATest; sa_t_init("html_obfu");
 
-use constant TEST_ENABLED => ($] > 5.007);
+use constant TEST_ENABLED => ($] > 5.008004);
 
 use Test; BEGIN { plan tests => (TEST_ENABLED ? 2 : 0) };