Update of /cvsroot/perl-win32-gui/Win32-GUI/t
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32127/t
Modified Files:
01_basic.t 98_Pod.t
Removed Files:
07_CustomDraw.t
Log Message:
Reverted this-mornings changes; They will be re-applied in smaller chunks
Index: 01_basic.t
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/t/01_basic.t,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** 01_basic.t 16 Mar 2006 08:57:49 -0000 1.4
--- 01_basic.t 16 Mar 2006 21:11:13 -0000 1.5
***************
*** 1,3 ****
! #!perl -w
# Win32::GUI test suite.
# $Id$
--- 1,3 ----
! #!perl -wT
# Win32::GUI test suite.
# $Id$
--- 07_CustomDraw.t DELETED ---
Index: 98_Pod.t
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/t/98_Pod.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** 98_Pod.t 16 Mar 2006 08:57:49 -0000 1.2
--- 98_Pod.t 16 Mar 2006 21:11:13 -0000 1.3
***************
*** 3,6 ****
--- 3,8 ----
# $Id$
+ # Testing RichEdit::GetCharFormat()
+
use strict;
use warnings;
|