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 TestDecimal.cs,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime/System TestDecimal.cs, 1.2, 1.3 TestDouble.cs, 1.5, 1.6 TestString.cs, 1.9, 1.10
Date: Wed, 06 Aug 2003 00:46:58 -0400

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

Modified Files:
        TestDecimal.cs TestDouble.cs TestString.cs 
Log Message:


Remove tests that are stubbed with TODO and nothing else, because it
gives a false impression as to what is working and what isn't.


Index: TestDecimal.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/TestDecimal.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** TestDecimal.cs      15 Apr 2003 07:27:54 -0000      1.2
--- TestDecimal.cs      6 Aug 2003 04:46:56 -0000       1.3
***************
*** 46,104 ****
  #if CONFIG_EXTENDED_NUMERICS
  
-       public void TestConstructor()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalAdd()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalCompare()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalCompareTo()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalDivide()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalEquals()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalFloor()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalGetBits()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalGetHashCode()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalMultiply()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalNegate()
-       {
-       /*TODO*/
-       }
- 
        public void TestDecimalParse()
        {
--- 46,49 ----
***************
*** 127,145 ****
        }
  
-       public void TestDecimalRemainder()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalRound()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalSubtract()
-       {
-       /*TODO*/
-       }
- 
        public void TestDecimalToString()
        {
--- 72,75 ----
***************
*** 159,251 ****
        }
  
-       public void TestDecimalTruncate()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_Addition()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_Decrement()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_Division()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_Equality()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_Explicit()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_GreaterThan()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_GreaterThanOrEqual()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_Implicit()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_Increment()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_Inequality()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_LessThan()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_LessThanOrEqual()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_Modulus()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_Multiply()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_Subtraction()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_UnaryNegation()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDecimalop_UnaryPlus()
-       {
-       /*TODO*/
-       }
  #endif // CONFIG_EXTENDED_NUMERICS
  }
--- 89,92 ----

Index: TestDouble.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/TestDouble.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** TestDouble.cs       15 Apr 2003 07:27:54 -0000      1.5
--- TestDouble.cs       6 Aug 2003 04:46:56 -0000       1.6
***************
*** 46,84 ****
  
  #if CONFIG_EXTENDED_NUMERICS
-       public void TestDoubleCompareTo()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDoubleEquals()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDoubleGetHashCode()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDoubleIsInfinity()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDoubleIsNaN()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDoubleIsNegativeInfinity()
-       {
-       /*TODO*/
-       }
- 
-       public void TestDoubleIsPositiveInfinity()
-       {
-       /*TODO*/
-       }
- 
        public void TestDoubleParse()
        {
--- 46,49 ----

Index: TestString.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/TestString.cs,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** TestString.cs       17 Jul 2003 08:28:23 -0000      1.9
--- TestString.cs       6 Aug 2003 04:46:56 -0000       1.10
***************
*** 1203,1216 ****
        }
  
-       public void TestStringSplit()
-       {
-       /*TODO*/
-       }
- 
-       public void TestStringStartsWith()
-       {
-       /*TODO*/
-       }
- 
        public void TestStringSubstring()
        {
--- 1203,1206 ----
***************
*** 1228,1266 ****
        }
  
- 
-       public void TestStringToCharArray()
-       {
-       /*TODO*/
-       }
- 
-       public void TestStringToLower()
-       {
-       /*TODO*/
-       }
- 
-       public void TestStringToString()
-       {
-       /*TODO*/
-       }
- 
-       public void TestStringToUpper()
-       {
-       /*TODO*/
-       }
- 
-       public void TestStringTrim()
-       {
-       /*TODO*/
-       }
- 
-       public void TestStringTrimEnd()
-       {
-       /*TODO*/
-       }
- 
-       public void TestStringTrimStart()
-       {
-       /*TODO*/
-       }
  
        public void TestStringop_Equality()
--- 1218,1221 ----





reply via email to

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