dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #9753] StringDictionary should convert all keys


From: Gopal.V
Subject: [Pnet-developers] [bugs #9753] StringDictionary should convert all keys to lowercase
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #9753] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Sun 08/08/2004 at 08:10 (Asia/Calcutta)

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


------------------ Additional Follow-up Comments ----------------------------
Patch #3229 has been committed to CVS






/**************************************************************************/
[bugs #9753] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9753>
Project: DotGNU Portable.NET
Submitted by: Marcus Urban
On: Sun 07/25/2004 at 06:42

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  Fixed
Assigned to:  None
Status:  Closed


Summary:  StringDictionary should convert all keys to lowercase

Original Submission:  The StringDictionary class in 
System.Collections.Specialized should convert all keys (but not values) to 
lowercase before they are used to store, retrieve, remove, etc.

In the current implementation, the test program produces the output:

(Apple, Fruit)
(Tomato, Vegetable)
False
True
False
True

whereas under Rotor it produces the output:

(tomato, Vegetable)
(apple, Fruit)
True
True
False
True

(The difference in order produced by the enumerator is normal, I believe.)


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


-------------------------------------------------------
Date: Sun 08/08/2004 at 08:10       By: t3rmin4t0r
Patch #3229 has been committed to CVS






File Attachments
-------------------

-------------------------------------------------------
Date: Sun 07/25/2004 at 06:42  Name: dict.cs  Size: 575B   By: mathpup
Test case
http://savannah.gnu.org/bugs/download.php?item_id=9753&amp;item_file_id=1522






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9753>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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