[Rt-commit] rt branch, squish-refactor, updated. rt-3.9.7-881-ge237c00

? sunnavy sunnavy at bestpractical.com
Wed Dec 15 05:53:28 EST 2010


The branch, squish-refactor has been updated
       via  e237c00cc16768fe183e91ec7169e822762ea635 (commit)
      from  6b4c829326478ab68bb88947ee6cae500ece0195 (commit)

Summary of changes:
 t/web/squish.t |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit e237c00cc16768fe183e91ec7169e822762ea635
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Dec 15 18:53:03 2010 +0800

    tiny fix

diff --git a/t/web/squish.t b/t/web/squish.t
index 7a144c8..ccdd0fd 100644
--- a/t/web/squish.t
+++ b/t/web/squish.t
@@ -16,7 +16,8 @@ diag "test squished files with devel mode disabled";
     $m->follow_link_ok( { url_regex => qr!main-squished-([a-f0-9]{32})\.css! },
         'follow squished css' );
     $m->content_like( qr!/\*\* End of .*?.css \*/!, 'squished css' );
-    $m->content_lacks( 'print.css', 'no print.css by default' );
+    $m->content_lacks( 'text-decoration: underline !important;',
+        'no print.css by default' );
 
     $m->back;
     my ($js_link) =

-----------------------------------------------------------------------


More information about the Rt-commit mailing list