From: Robert M. <rob...@us...> - 2008-02-08 14:51:50
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1468/t Modified Files: 02_window.t Log Message: correct test count for new test added Index: 02_window.t =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/t/02_window.t,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** 02_window.t 8 Feb 2008 14:24:37 -0000 1.4 --- 02_window.t 8 Feb 2008 14:44:57 -0000 1.5 *************** *** 11,15 **** BEGIN { $| = 1 } # Autoflush ! use Test::More tests => 16; use Win32::GUI(); --- 11,15 ---- BEGIN { $| = 1 } # Autoflush ! use Test::More tests => 17; use Win32::GUI(); |