2005-07-12 Atsushi Enomoto * CompareInfoTest.cs : added LastIndexOf() contraction cases and more. 2005-07-12 Atsushi Enomoto * CompareInfoTest.cs : added tests for IsSuffix(), IndexOf(string,string) and LastIndexOf(string,string). 2005-07-12 Atsushi Enomoto * CompareInfoTest.cs : added tests for IsPrefix() and optionally Compare() (which is currently used inside IsPrefix() which is however wrong when it comes to managed collation). 2005-07-12 Atsushi Enomoto * CompareInfoTest.cs : added tests for IndexOf() and LastIndexOf(). Fixed tests for Compare() - it should use overloaded ones of the tested library (do not call overloaded tests themselves). 2005-07-12 Atsushi Enomoto * CompareInfoTest.cs : added a few managed collation tests for GetSortKey() and Compare() (they are ignored when managed collation is off). 2005-06-27 Gonzalo Paniagua Javier * GlobalizationAndDomains.cs: more tests for bugz. 2005-06-07 Gonzalo Paniagua Javier * CultureInfoTest.cs: added test that tries setting the culture to a neutral culture that is not the InvariantCulture. 2005-05-06 Gonzalo Paniagua Javier * CultureInfoTest.cs: added new test. 2005-04-05 Atsushi Enomoto * TextInfoTest.cs : added further ToTitleCase() tests. 2004-10-27 Ben Maurer * TextInfoTest.cs: Fix up migster's type 2003-12-19 Dick Porter * CompareInfoTest.cs: Added some Compare tests 2002-12-21 Nick Drochak * all: make tests build and run under nunit2