Skip to content

Commit

Permalink
2002-10-01 Rodrigo Moya <rodrigo@ximian.com>
Browse files Browse the repository at this point in the history
	* System.Data.SqlClient/AllTests.cs: added SqlBoolean test.

2002-10-01  ville <vi64pa@koti.soon.fi>

	* System.Data.SqlClient/SqlBooleanTest.cs: new test suite for
	SqlBoolean class.

svn path=/trunk/mcs/; revision=7899
  • Loading branch information
Rodrigo Moya committed Oct 1, 2002
1 parent 8be3df2 commit 3dfe241
Show file tree
Hide file tree
Showing 3 changed files with 923 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mcs/class/System.Data/Test/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2002-10-01 Rodrigo Moya <rodrigo@ximian.com>

* System.Data.SqlClient/AllTests.cs: added SqlBoolean test.

2002-10-01 ville <vi64pa@koti.soon.fi>

* System.Data.SqlClient/SqlBooleanTest.cs: new test suite for
SqlBoolean class.

2002-09-06 Franklin Wise <gracenote@earthlink.net>

* System.Data\ForeignKeyConstraintTest.cs: added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public AllTests (string name) : base (name) {}
public static ITest Suite {
get {
TestSuite suite = new TestSuite ();
suite.AddTest (new TestSuite (typeof (SqlBooleanTest)));
suite.AddTest (new TestSuite (typeof (SqlInt32Test)));
return suite;
}
Expand Down
Loading

0 comments on commit 3dfe241

Please sign in to comment.