dotgnu-pnet
[Top][All Lists]
Advanced

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

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


From: nobody
Subject: [Pnet-developers] [Bug #3115] Compiler reports incorrect error when running pnetlibTestRuntime
Date: Fri, 04 Apr 2003 09:52:19 -0500

=================== BUG #3115: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3115&group_id=353

Submitted by: mtmoore                 Project: DotGNU Portable.NET          
Submitted on: Fri 04/04/2003 at 09:52
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  None                     
Assigned to:  None                    Status:  Open                         

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]);
  ^^^^^^




No Followups Have Been Posted


CC list is empty


No files currently attached


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


reply via email to

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