[Catalyst-commits] r8780 - Catalyst-Runtime/5.80/trunk/t

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sun Dec 7 18:31:58 GMT 2008


Author: t0m
Date: 2008-12-07 18:31:58 +0000 (Sun, 07 Dec 2008)
New Revision: 8780

Modified:
   Catalyst-Runtime/5.80/trunk/t/optional_http-server-restart.t
Log:
Fix SKIP block in optional test

Modified: Catalyst-Runtime/5.80/trunk/t/optional_http-server-restart.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/optional_http-server-restart.t	2008-12-07 18:31:30 UTC (rev 8779)
+++ Catalyst-Runtime/5.80/trunk/t/optional_http-server-restart.t	2008-12-07 18:31:58 UTC (rev 8780)
@@ -204,7 +204,7 @@
         sleep 0.1;
         if ( $count++ > 100 ) {
             fail "Server restarted";
-            SKIP_NO_RESTART_2: {
+            SKIP: {
                 skip "Server didn't restart, no sense in checking response", 1;
             }
             next MULTI_DIR_RESTART;




More information about the Catalyst-commits mailing list