X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fzzzzzzz_perl_perf_bug.t;h=fd86646a433f1810dfe79438cd4b0c364e45a05b;hb=ee9f372c2a8baeca71c3a4affb6869d2ceeff419;hp=8bed2d7e5d79642b10cf2bd255ce4714b5b6668e;hpb=ceebd4a734e2896b43e6b58e90fe8047fb6bc967;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/zzzzzzz_perl_perf_bug.t b/t/zzzzzzz_perl_perf_bug.t index 8bed2d7..fd86646 100644 --- a/t/zzzzzzz_perl_perf_bug.t +++ b/t/zzzzzzz_perl_perf_bug.t @@ -1,8 +1,8 @@ -#!/usr/bin/perl use strict; use warnings; use Test::More; use lib qw(t/lib); +use DBICTest; # do not remove even though it is not used # This is a rather unusual test. # It does not test any aspect of DBIx::Class, but instead tests the @@ -68,7 +68,7 @@ ok( ( $ratio < 2 ), 'Overload/bless performance acceptable' ) "in the Troubleshooting POD documentation entitled\n", "'Perl Performance Issues on Red Hat Systems'\n", "As this is an extremely serious condition, the only way to skip\n", - "over this test is to --force the installation, or to edit the test\n", + "over this test is to --force the installation, or to look in the test\n", "file " . __FILE__ . "\n", ); @@ -115,7 +115,7 @@ SKIP: { "Please read the section in the Troubleshooting POD documentation\n", "entitled 'Perl Performance Issues on Red Hat Systems'\n", "As this is an extremely serious condition, the only way to skip\n", - "over this test is to --force the installation, or to edit the test\n", + "over this test is to --force the installation, or to look in the test\n", "file " . __FILE__ . "\n", ); }