Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Data.Common « Test « System.Data « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 786538e8dedc5bba89611f61c79c746c856dac11 (plain)
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
2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>

	* DBDataPermissionAttributeTest.cs: Removed *Choice security actions.

2005-04-04  Sureshkumar T  <tsureshkumar@novell.com>

	* DbConnectionStringBuilderTest.cs: few more tests ignored for now
	because of gmcs incompatiability with csc. generic types are not
	being able to be assigned to non-generic types though implements
	non-generic interface.

2005-02-22  Sureshkumar T  <tsureshkumar@novell.com>

	* ConnectionStringsSectionTest.cs: Added file. Tests for
	System.Configuration.ConnectionStringsSection class. This is used
	for managing connection strings information for provider factory.

2005-02-22  Sureshkumar T  <tsureshkumar@novell.com>
	
	* DbProviderFactoriesConfigurationHandlerTest.cs: Tests for
	DbProviderFactoriesConfigurationHandler class.

2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>

	* DBDataPermissionTest.cs, DBDataPermissionAttributeTest.cs:
	  Fixed some incompatible type of exception between 2.0 and 1.1.

2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>

	* DataTableMappingCollectionTest.cs,
	  DataColumnMappingCollectionTests.cs : Equals() and Remove() contains
	  invalid attempt to add one map to two collections, which is rejected
	  under MS.NET 1.1 sp1.

2004-11-22  Sureshkumar T  <tsureshkumar@novell.com>

	* DbConnectionStringBuilderTest.cs: Test cases for
	DbConnectionStringBuilder class. These are independant tests.

2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>

	* DBDataPermissionTest.cs: New. Unit tests for DBDataPermission.

2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>

	* DBDataPermissionAttributeTest.cs: New. Unit tests for DBData
	PermissionAttribute.

2004-08-13 Umadevi S <sumadevi@novell.com>
	* Added File DataContainerTest

2004-06-10 Umadevi S <sumadevi@novell.com>
	* Corrected GetTableMappingBySchemaAction for DataTableMappingCollectionTest

2004-06-09 Umadevi S <sumadevi@novell.com>
	* Correct Add, InserAt testcases for DataTableMappingCollection
		

2004-06-09 Umadevi S <sumadevi@novell.com>
	* Corrected Remove method testcase for DataColumnMappingCollection

2004-06-08 Umadevi S <sumadevi@novell.com>
	* Corrected the contains testcase to test for invalidcastexception for DataColumnMappingCollection

2004-05-27 Umadevi S <sumadevi@novell.com>
	* Added Classes DataColumnMappingCollectionTest and DataTableMappingCollectionTest