[Top][All Lists]
[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: |
Fri, 04 Apr 2003 09:48:44 -0500 |
=================== BUG #3114: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3114&group_id=353
Submitted by: mtmoore Project: DotGNU Portable.NET
Submitted on: Fri 04/04/2003 at 09:48
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=3114&group_id=353
- [Pnet-developers] [Bug #3114] Compiler reports incorrect error when running pnetlibTestRuntime,
nobody <=