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: Marcus Urban
Subject: [Pnet-developers] [bugs #9753] StringDictionary should convert all keys to lowercase
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux 2.4.21-144-athlon; X11; i686; en_US, en) (KHTML, like Gecko)

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




/**************************************************************************/
[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:  None
Assigned to:  None
Status:  Open


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.)






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]