dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [Bug #3114] Compiler reports incorrect error when runn


From: nobody
Subject: [Pnet-developers] [Bug #3114] Compiler reports incorrect error when running pnetlibTestRuntime
Date: Tue, 15 Apr 2003 20:52:36 -0400

=================== BUG #3114: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3114&group_id=353

Changes by: Rhys Weatherley <address@hidden>
Date: Wed 04/16/2003 at 00:52 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fix committed - 16 April 2003



=================== BUG #3114: FULL BUG SNAPSHOT ===================


Submitted by: mtmoore                 Project: DotGNU Portable.NET          
Submitted on: Fri 04/04/2003 at 14:48
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  Fixed                    
Assigned to:  None                    Status:  Closed                       

Summary:  Compiler reports incorrect error when running pnetlibTestRuntime

Original Submission:  While working on the TestDateTime.cs, I noticed that when 
building pnetlibTestRuntime, the compiler throws an error: 

./System/Collections/TestArrayList.cs:146 incorrect number of indices for 
'System.String[,]'
./System/Collections/TestArrayList.cs:146 incorrect number of indices for 
'System.String[,]'" error.

The code that was causing it (according to Gopal V):
AssertEquals(dateTimes[i].ToString(formats[j] , dtfi),
   testDateStrings[i][j]); 
  ^^^^^^ 
        
AssertEquals(dateTimes[i].ToString(formats[j]), 
   testDateStrings[i][j]);
  ^^^^^^


Follow-up Comments
*******************

-------------------------------------------------------
Date: Wed 04/16/2003 at 00:52       By: rweather
Fix committed - 16 April 2003


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3114&group_id=353


reply via email to

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