[Rt-commit] rt branch, squish-refactor, updated. rt-3.9.7-882-g5625618

? sunnavy sunnavy at bestpractical.com
Wed Dec 15 06:07:19 EST 2010


The branch, squish-refactor has been updated
       via  5625618302034d63819ea8e640e9e7f26742f623 (commit)
      from  e237c00cc16768fe183e91ec7169e822762ea635 (commit)

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

- Log -----------------------------------------------------------------
commit 5625618302034d63819ea8e640e9e7f26742f623
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Dec 15 18:58:55 2010 +0800

    skip some tests in inline mode

diff --git a/t/web/squish.t b/t/web/squish.t
index ccdd0fd..14dcc03 100644
--- a/t/web/squish.t
+++ b/t/web/squish.t
@@ -29,7 +29,10 @@ diag "test squished files with devel mode disabled";
 }
 
 diag "test squished files with customized files and devel mode disabled";
+SKIP:
 {
+    skip 'need actual server to reinitialize', 6
+      if $ENV{RT_TEST_WEB_HANDLER} eq 'inline';
     require RT::Squish::JS;
     RT::Squish::JS->UpdateFilesMap( head => ['/NoAuth/js/IE7/IE7.js'] );
     require RT::Squish::CSS;

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


More information about the Rt-commit mailing list