| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- 2002-05-16 Tim Coleman <[email protected]>
- * TestSqlDataAdapter.cs: Added the foreach loop to iterate through
- all of the DataRows in the DataSet table "Table", as the
- GetEnumerator method of InternalDataCollectionBase has now been
- implemented.
- 2002/05/17 Nick Drochak <[email protected]>
- * System.Data_test.build: Remove RunTests from the default build. We
- can add this later, but it keeps the build from breaking for now.
- * TestSqlDataAdapter.cs: Fix build breaker.
- 2002-05-11 Daniel Morgan <[email protected]>
- * Test/PostgresTest.cs: added call to PostgreSQL stored procedure
- version() which returns the version of the PostgreSQL DBMS you
- are connected to. This works and I did not realize it. Thanks
- goes to Gonzalo.
- 2002-05-11 Daniel Morgan <[email protected]>
- * AllTests.cs: needed a using for System.Data and System.Data.SqlClient,
- changed SqlTypes.AllTests.Suite to System.Data.SqlTypes.AllTests.Suite
-
- * System.Data/DataColumnTest.cs: changed typeof to DataColumnTest
- 2002-05-10 Rodrigo Moya <[email protected]>
- * TestDataColumn.cs: removed.
- * System.Data_test.build: removed reference to TestDataColumn.
- * TheTests.cs: added RunDataColumnTest class.
- (RunAllTests.AddAllTests): added test for RunDataColumnTest.
- * System.Data/AllTests.cs: test suite for System.Data.
- * System.Data/DataColumnTest.cs: NUnit test for DataColumn.
- 2002-05-09 Daniel Morgan <[email protected]>
- * System.Data_test.build: exclude file TestDataColumn.cs
- test.build files have two places where a file needs to
- be excluded
- 2002-05-06 Daniel Morgan <[email protected]>
- * System.Data.SqlTypes.SqlInt32Test.cs: missing
- declaration for SqlInt32 z which was a test build blocker
-
- * PostgresTest.cs: got rid of warning about missing e
-
- * Test/PostgresTest.cs: exclude PostgresTest.cs
- from test build
- 2002-05-05 Tim Coleman <[email protected]>
- * TheTests.cs:
- * System.Data.SqlTypes/SqlInt32Test.cs:
- More test cases for System.Data.SqlTypes.SqlInt32
- 2002-05-03 Tim Coleman <[email protected]>
- * Added ChangeLog to test dir
- * Added NUnit framework necessary for make test
- * Added subdirectory for System.Data.SqlTypes
- * New files:
- ChangeLog
- AllTests.cs
- TheTests.cs
- System.Data_test.build
- System.Data.SqlTypes
- System.Data.SqlTypes/AllTests.cs
- System.Data.SqlTypes/SqlInt32Test.cs
|