550a2095590cfc9dfe7617e21392ce552cc44aa6
[mono.git] / mcs / class / Mono.Options / Test / Mono.Options / ChangeLog
1 2010-06-09  Jonathan Pryor  <jpryor@novell.com>
2
3         * OptionSetTest.cs: Make OptionSetTest inherit from ListContract so
4           that the IList<T> and ICollection<T> interfaces are fully tested.
5         * BaseRocksFixture.cs, CollectionContract.cs, ListContract.cs: Added;
6           interface contract tests from Cadenza.
7
8 2010-06-08  Jonathan Pryor  <jpryor@novell.com>
9
10         * OptionSetTest.cs: Add tests for constrained value splitting.
11
12 2008-04-18  Jonathan Pryor  <jpryor@novell.com>
13
14         * OptionSetTest.cs: Update WriteOptionDescriptions() for new, 
15           better-defined line-wrapping semantics.
16
17 2008-04-18  Jonathan Pryor  <jpryor@novell.com>
18
19         * OptionSetTest.cs: Add test to check \n\n Option.Description handling.
20
21 2008-04-17  Jonathan Pryor  <jpryor@novell.com>
22
23         * OptionSetTest.cs: Add additional line breaking tests.  
24           Remove [Category("NotWorking")], as they work for me.
25
26 2008-11-10  Raja R Harinath  <harinath@hurrynot.org>
27
28         * OptionContextTest.cs: Fix syntax error.
29         * OptionTest.cs: Likewise.
30         * OptionSetTest.cs: Likewise.
31         (OptionalValues, CombinationPlatter, Exceptions): Disable for now.
32
33 2008-10-23  Jonathan Pryor  <jpryor@novell.com>
34
35         * OptionSetTest.cs:  Add a test for the underlying target type within 
36           the exception message.
37
38 2008-10-22  Jonathan Pryor  <jpryor@novell.com>
39
40         * OptionContextTest.cs, OptionSetTest.cs, OptionTest.cs, Utils.cs: 
41           Namespace "harmonization" with Mono.Options, so that we can use 
42           identical source in each place, thus minimizing the maintenance 
43           burden.
44         * OptionSetTest.cs: Add tests for nullable type support.
45
46 2008-10-13  Jonathan Pryor  <jpryor@novell.com>
47
48         * ChangeLog: Started.
49         * OptionContextTest.cs, OptionSetTest.cs, OptionTest.cs, Utils.cs:
50           Added; unit tests for Mono.Options 0.2.1.
51