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/Collections Test


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime/System/Collections TestArrayList.cs,1.2,1.3
Date: Tue, 19 Nov 2002 21:14:19 -0500

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

Modified Files:
        TestArrayList.cs 
Log Message:


Rename some of the test cases to make it clearer which class is
failing a particular test.


Index: TestArrayList.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/Collections/TestArrayList.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** TestArrayList.cs    19 Nov 2002 05:48:13 -0000      1.2
--- TestArrayList.cs    20 Nov 2002 02:14:16 -0000      1.3
***************
*** 45,49 ****
  
        // Test insertion into an array list.
!       public void TestInsert()
                        {
                                int posn;
--- 45,49 ----
  
        // Test insertion into an array list.
!       public void TestArrayListInsert()
                        {
                                int posn;
***************
*** 60,64 ****
  
        // Test adding to an array list.
!       public void TestAdd()
                        {
                                int posn;
--- 60,64 ----
  
        // Test adding to an array list.
!       public void TestArrayListAdd()
                        {
                                int posn;
***************
*** 75,79 ****
  
        // Test clearing an array list.
!       public void TestClear()
                        {
                                ArrayList list = new ArrayList();
--- 75,79 ----
  
        // Test clearing an array list.
!       public void TestArrayListClear()
                        {
                                ArrayList list = new ArrayList();





reply via email to

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