[Bps-public-commit] r11194 - WebChart/t

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Mar 26 07:05:44 EDT 2008


Author: sunnavy
Date: Wed Mar 26 07:04:53 2008
New Revision: 11194

Modified:
   WebChart/t/chart.t

Log:
fixed chart.t

Modified: WebChart/t/chart.t
==============================================================================
--- WebChart/t/chart.t	(original)
+++ WebChart/t/chart.t	Wed Mar 26 07:04:53 2008
@@ -78,8 +78,8 @@
 
 like(
     $seg,
-    qr{<img src="/charts/.*png"/>},
-    'render bars with classes works'
+    qr{<img src="/charts/.*png" />},
+    'render pie works'
 );
 
 {



More information about the Bps-public-commit mailing list