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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Mar 31 10:53:42 EDT 2008


Author: sunnavy
Date: Mon Mar 31 10:53:35 2008
New Revision: 11302

Modified:
   WebChart/t/00.load.t

Log:
updated 00.load.t

Modified: WebChart/t/00.load.t
==============================================================================
--- WebChart/t/00.load.t	(original)
+++ WebChart/t/00.load.t	Mon Mar 31 10:53:35 2008
@@ -1,7 +1,12 @@
-use Test::More tests => 1;
+use Test::More tests => 6;
 
 BEGIN {
 use_ok( 'WebChart' );
+use_ok( 'WebChart::Renderer' );
+use_ok( 'WebChart::Renderer::Chart' );
+use_ok( 'WebChart::Renderer::GD::Graph' );
+use_ok( 'WebChart::Renderer::XMLSWF' );
+use_ok( 'WebChart::Renderer::PlotKit' );
 }
 
 diag( "Testing WebChart $WebChart::VERSION" );



More information about the Bps-public-commit mailing list