1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
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
|