[pgsqlclient-checkins] pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests/source PGBaseTest.cs,1.3,1.
Status: Inactive
Brought to you by:
carlosga_fb
Update of /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests/source In directory sc8-pr-cvs1:/tmp/cvs-serv18675 Modified Files: PGBaseTest.cs PGCommandTest.cs PGConnectionTest.cs PGDataAdapterTest.cs PGDataReaderTest.cs PGTransactionTest.cs Log Message: Moved the tests to NUnit. Index: PGBaseTest.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests/source/PGBaseTest.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PGBaseTest.cs 14 Jul 2003 19:11:26 -0000 1.3 --- PGBaseTest.cs 15 Jul 2003 19:11:39 -0000 1.4 *************** *** 21,25 **** using System.Data; using System.Configuration; ! using csUnit; namespace PostgreSql.Data.PGSqlClient.UnitTests --- 21,25 ---- using System.Data; using System.Configuration; ! using NUnit.Framework; namespace PostgreSql.Data.PGSqlClient.UnitTests Index: PGCommandTest.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests/source/PGCommandTest.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PGCommandTest.cs 13 Jul 2003 13:55:31 -0000 1.3 --- PGCommandTest.cs 15 Jul 2003 19:11:39 -0000 1.4 *************** *** 20,24 **** using System.Data; using PostgreSql.Data.PGSqlClient; ! using csUnit; namespace PostgreSql.Data.PGSqlClient.UnitTests --- 20,24 ---- using System.Data; using PostgreSql.Data.PGSqlClient; ! using NUnit.Framework; namespace PostgreSql.Data.PGSqlClient.UnitTests Index: PGConnectionTest.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests/source/PGConnectionTest.cs,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** PGConnectionTest.cs 12 Jul 2003 08:11:23 -0000 1.1.1.1 --- PGConnectionTest.cs 15 Jul 2003 19:11:39 -0000 1.2 *************** *** 20,24 **** using System.Data; using PostgreSql.Data.PGSqlClient; ! using csUnit; namespace PostgreSql.Data.PGSqlClient.UnitTests --- 20,24 ---- using System.Data; using PostgreSql.Data.PGSqlClient; ! using NUnit.Framework; namespace PostgreSql.Data.PGSqlClient.UnitTests Index: PGDataAdapterTest.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests/source/PGDataAdapterTest.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PGDataAdapterTest.cs 14 Jul 2003 19:10:44 -0000 1.1 --- PGDataAdapterTest.cs 15 Jul 2003 19:11:39 -0000 1.2 *************** *** 20,24 **** using System.Data; using PostgreSql.Data.PGSqlClient; ! using csUnit; namespace PostgreSql.Data.PGSqlClient.UnitTests --- 20,24 ---- using System.Data; using PostgreSql.Data.PGSqlClient; ! using NUnit.Framework; namespace PostgreSql.Data.PGSqlClient.UnitTests Index: PGDataReaderTest.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests/source/PGDataReaderTest.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PGDataReaderTest.cs 13 Jul 2003 11:06:12 -0000 1.1 --- PGDataReaderTest.cs 15 Jul 2003 19:11:39 -0000 1.2 *************** *** 20,24 **** using System.Data; using PostgreSql.Data.PGSqlClient; ! using csUnit; namespace PostgreSql.Data.PGSqlClient.UnitTests --- 20,24 ---- using System.Data; using PostgreSql.Data.PGSqlClient; ! using NUnit.Framework; namespace PostgreSql.Data.PGSqlClient.UnitTests Index: PGTransactionTest.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests/source/PGTransactionTest.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PGTransactionTest.cs 13 Jul 2003 11:06:59 -0000 1.1 --- PGTransactionTest.cs 15 Jul 2003 19:11:39 -0000 1.2 *************** *** 20,24 **** using System.Data; using PostgreSql.Data.PGSqlClient; ! using csUnit; namespace PostgreSql.Data.PGSqlClient.UnitTests --- 20,24 ---- using System.Data; using PostgreSql.Data.PGSqlClient; ! using NUnit.Framework; namespace PostgreSql.Data.PGSqlClient.UnitTests |