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

ChangeLog « System.Data.SqlClient « ProviderTests « Test « System.Data « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66ad3ccea8d683d97b4b875b233d4e17fb331d57 (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
67
68
69
70
71
72
73
74
75
76
2006-02-13  Senganal T  <tsenganal@novell.com>

	* SqlAdapterTest.cs : Added testcases for verifying FillError Behavior

2006-02-13  Senganal T  <tsenganal@novell.com>

	* SqlAdapterTest.cs : Added testcases for #77480

2006-02-10  Senganal T  <tsenganal@novell.com>

	* SqlDataReaderTest.cs : Added more tests to verify Sequential
	reading of row data.

2006-02-05  Senganal T  <tsenganal@novell.com>

	* SqlParameterTest.cs : New : Testcase for bug #77410

2006-01-17  Senganal T  <tsenganal@novell.com>

	* SqlCommandBuilderTest.cs : corrected a failing testcase

2006-01-17  Senganal T  <tsenganal@novell.com>

	* SqlCommandBuilderTest.cs : Added testcase for bug #77225

2005-12-03  Senganal T  <tsenganal@novell.com>

	* SqlCommandTest.cs : Added testcase for bug #76880

2005-11-23  Senganal T  <tsenganal@novell.com>

	* SqlCommandTest.cs : Added testcases for bug #76778

2005-10-27  Senganal T  <tsenganal@novell.com>

	* SqlCommandTest.cs : Added Testcase for bug #75698

2005-10-17  Senganal T  <tsenganal@novell.com>

	* SqlDataAdapterTest.cs : Added Testcase for bug #76433.

2005-09-24  Sureshkumar T  <tsureshkumar@novell.com>

	* SqlDataAdapterTest.cs (Fill_Test_Exceptions): passing null
	dataset name throws ArgumentNullException in ms.net

	* SqlConnectionTest.cs: HostName compare: convert to uppercase.

	* SqlDataReaderTest.cs: remove Opening connection in few test
	cases as it was done in SetUp.
	- id type change changes

2005-09-21 Senganal T  <tsenganal@novell.com>

	* SqlConnectionTest.cs: removed some hardcoded database names
	in DatabasePropertyTest ().

2005-09-16 Senganal T  <tsenganal@novell.com>

	* SqlCommandTest.cs: added more testcases for connected mode
	* SqlConnectionTest.cs: added more testcases for connected mode
	* SqlDataAdapterTest.cs: added more testcases for connected mode
	* SqlDataReaderTest.cs: added more testcases for connected mode

2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>

	* SqlCommandBuilderTest.cs: added tests for SqlCommandBuilder
	* SqlCommandTest.cs: pulled from Test/System.Data.SqlClient
	* SqlConnectionStringBuilderTest.cs: pulled from Test/System.Data.SqlClient
	* SqlConnectionTest.cs: pulled from Test/System.Data.SqlClient
	* SqlDataAdapterTest.cs: pulled from Test/System.Data.SqlClient
	* SqlDataReaderTest.cs: pulled from Test/System.Data.SqlClient
	* SqlTransactionTest.cs: pulled from Test/System.Data.SqlClient

	Added attribute Category ("sqlserver") to all these test fixtures.