File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 327,344 kB
  • ctags: 413,649
  • sloc: cs: 2,471,883; xml: 1,768,594; ansic: 350,665; sh: 13,644; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (84 lines) | stat: -rw-r--r-- 3,049 bytes parent folder | download | duplicates (5)
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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