85 lines
3.0 KiB
Plaintext
85 lines
3.0 KiB
Plaintext
|
2009-06-26 Robert Jordan <robertj@gmx.net>
|
||
|
|
||
|
* BitVector32Test.cs, NameValueCollectionTest.cs:
|
||
|
Upgrade to new NUnit style.
|
||
|
|
||
|
2008-08-21 Scott Peterson <lunchtimemama@gmail.com>
|
||
|
|
||
|
* BitVector32Test.cs: Added test to make sure illegal sections cannot
|
||
|
be created.
|
||
|
|
||
|
2008-01-07 Gert Driesen <drieseng@users.sourceforge.net>
|
||
|
|
||
|
* NameObjectCollectionBaseTest.cs: Add tests for argument checking in
|
||
|
GetObjectData, Add, Clear, Remove, RemoveAt, Set and CopyTo.
|
||
|
|
||
|
2007-04-29 Ilya Kharmatsky <ilyak@mainsoft.com>
|
||
|
|
||
|
* NameValueCollectionTest.cs: Added test which checks proper exception
|
||
|
handling in several constructors and CopyTo method, under NET_2_0
|
||
|
target.
|
||
|
|
||
|
2005-11-30 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* BitVector32Cas.cs: New. CAS unit tests.
|
||
|
* BitVector32Test.cs: More test cases to increase coverage.
|
||
|
* CollectionsUtilCas.cs: New. CAS unit tests.
|
||
|
* HybridDictionaryCas.cs: New. CAS unit tests.
|
||
|
* HybridDictionaryTest.cs: More test cases to increase coverage.
|
||
|
* ListDictionaryCas.cs: New. CAS unit tests.
|
||
|
* ListDictionaryTest.cs: More test cases to increase coverage.
|
||
|
* NameObjectCollectionBaseCas.cs: New. CAS unit tests.
|
||
|
* NameObjectCollectionBaseTest.cs: New. Unit tests.
|
||
|
* NameValueCollectionCas.cs: New. CAS unit tests.
|
||
|
* NameValueCollectionTest.cs: More test cases to increase coverage.
|
||
|
* OrderedDictionaryCas.cs: New. CAS unit tests.
|
||
|
* OrderedDictionaryTest.cs: New. Unit tests.
|
||
|
* StringCollectionCas.cs: New. CAS unit tests.
|
||
|
* StringCollectionTest.cs: More test cases to increase coverage.
|
||
|
* StringDictionaryCas.cs: New. CAS unit tests.
|
||
|
* StringDictionaryTest.cs: New. Unit tests.
|
||
|
|
||
|
2004-06-14 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* HybridDictionaryTest.cs: Added cases with an non-empty dictionary.
|
||
|
* NameValueCollectionTest.cs: Added tests for CopyTo(Array,int). Added
|
||
|
test for remove (case insensitive).
|
||
|
|
||
|
2004-06-05 Sebastien Pouliot <sebastien@ximian.com>
|
||
|
|
||
|
* HybridDictionaryTest.cs: Added cases with an empty dictionary.
|
||
|
* NameValueCollectionTest.cs: Added tests to add and replace (set)
|
||
|
existing values in collection. Added tests for CopyTo.
|
||
|
|
||
|
2004-01-01 Nick Drochak <ndrochak@gol.com>
|
||
|
|
||
|
* BitVector32Test.cs: Test some more values less than 1.
|
||
|
|
||
|
2003-09-04 Duncan Mak <duncan@ximian.com>
|
||
|
|
||
|
* BitVector32Test.cs (TestNegativeIndexer, TestSectionIndexer,
|
||
|
TestCreateSection): new tests from Alon Gazit <along@mainsoft.com>.
|
||
|
|
||
|
* ListDictionaryTest.cs (CopyTo1, CopyTo2, Remove): New file, with
|
||
|
tests from Alon Gazit <along@mainsoft.com>.
|
||
|
|
||
|
2002-06-24 Nick Drochak <ndrochak@gol.com>
|
||
|
|
||
|
* BasicOperationsTest.cs: Make test pass on .NET 1.1.
|
||
|
|
||
|
2002-03-29 Nick Drochak <ndrochak@gol.com>
|
||
|
|
||
|
* BasicOperationsTest.cs: Moved file here from root of Test dir
|
||
|
|
||
|
2002-06-24 Andrew Birkett <adb@tardis.ed.ac.uk>
|
||
|
|
||
|
* BitVector32Test.cs: New tests for sections and removed ^M's.
|
||
|
|
||
|
2002-05-11 Lawrence Pit <loz@cable.a2000.nl>
|
||
|
|
||
|
* Added NameValueCollectionTest.TestGetValues
|
||
|
|
||
|
2002-05-09 Lawrence Pit <loz@cable.a2000.nl>
|
||
|
|
||
|
* Moved StringCollectionTest.cs and NameValueCollectionTest to this dir
|