[Rt-commit] rt branch, squish-refactor, updated. rt-3.9.7-897-g3a5f915
Thomas Sibley
trs at bestpractical.com
Mon Dec 27 10:04:08 EST 2010
The branch, squish-refactor has been updated
via 3a5f91569b88172942b27bff4cdd93006644f6cf (commit)
from 4485a37d9703379007b70573eb1661a3db89bde4 (commit)
Summary of changes:
t/web/squish.t | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 3a5f91569b88172942b27bff4cdd93006644f6cf
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Dec 27 10:03:13 2010 -0500
Remove some stray debug statements
diff --git a/t/web/squish.t b/t/web/squish.t
index d915f30..b3dac5e 100644
--- a/t/web/squish.t
+++ b/t/web/squish.t
@@ -38,8 +38,6 @@ SKIP:
( $url, $m ) = RT::Test->started_ok;
$m->login;
- use File::Slurp;
- write_file('/tmp/x.html', $m->content);
$m->follow_link_ok( { url_regex => qr!aileron-squished-([a-f0-9]{32})\.css! },
'follow squished css' );
$m->content_like( qr!/\*\* End of .*?.css \*/!, 'squished css' );
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list