[Top][All Lists]
[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 23:31:47 -0500 |
=================== BUG #3115: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3115&group_id=353
Changes by: Rhys Weatherley <address@hidden>
Date: Sat 04/05/2003 at 04:31 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Duplicate
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Duplicate of #3114
=================== BUG #3115: FULL BUG SNAPSHOT ===================
Submitted by: mtmoore Project: DotGNU Portable.NET
Submitted on: Fri 04/04/2003 at 14:52
Category: None Severity: 5 - Major
Bug Group: None Resolution: Duplicate
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: Sat 04/05/2003 at 04:31 By: rweather
Duplicate of #3114
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