[svn:modperl-modules] rev 153 - Apache-Scoreboard-2.0/trunk/t/lib/MyTest

[email protected] 27 Feb 2005 05:24:26 -0000
Newsgroups perl.modperl.modules.svn
Message-ID <[email protected]>
Author: stas
Date: Sat Feb 26 21:24:26 2005
New Revision: 153

Modified:
   Apache-Scoreboard-2.0/trunk/t/lib/MyTest/Common.pm
Log:
fix the debug comment


Modified: Apache-Scoreboard-2.0/trunk/t/lib/MyTest/Common.pm
==============================================================================
--- Apache-Scoreboard-2.0/trunk/t/lib/MyTest/Common.pm	(original)
+++ Apache-Scoreboard-2.0/trunk/t/lib/MyTest/Common.pm	Sat Feb 26 21:24:26 2005
@@ -79,10 +79,10 @@
 
     # testing freeze+thaw / store+retrieve the scoreboard image
     {
-        t_debug "image freeze/thaw";
         my $image = Apache::Scoreboard->fetch($pool, $retrieve_url);
         ok image_is_ok($image);
 
+        t_debug "image freeze/thaw";
         my $frozen_image = $image->freeze;
         my $thawed_image = Apache::Scoreboard->thaw($pool, $frozen_image);
         ok image_is_ok($thawed_image);