dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime/System/Globalization T


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime/System/Globalization TestCalendar.cs,1.1,1.2
Date: Fri, 30 May 2003 23:32:04 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/Globalization
In directory subversions:/tmp/cvs-serv32646/tests/runtime/System/Globalization

Modified Files:
        TestCalendar.cs 
Log Message:


Add the CONFIG_SMALL_CONSOLE profile option, which strips
System.Console down to a smaller size.


Index: TestCalendar.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/Globalization/TestCalendar.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** TestCalendar.cs     21 Apr 2003 05:15:36 -0000      1.1
--- TestCalendar.cs     31 May 2003 03:32:02 -0000      1.2
***************
*** 54,60 ****
        protected override void RunTest()
                        {
!                               Console.Out.Write(calendar.GetType().Name);
!                               Console.Out.Write(" ... ");
                                Console.Out.Flush();
                                base.RunTest();
                        }
--- 54,62 ----
        protected override void RunTest()
                        {
!                               Console.Write(calendar.GetType().Name);
!                               Console.Write(" ... ");
!                       #if !CONFIG_SMALL_CONSOLE
                                Console.Out.Flush();
+                       #endif
                                base.RunTest();
                        }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]