Update of /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests
In directory sc8-pr-cvs1:/tmp/cvs-serv26951
Modified Files:
PostgreSql.Data.PGSqlClient.UnitTests.dll.config
Log Message:
Do not use pooling in the Nunit test suite
Index: PostgreSql.Data.PGSqlClient.UnitTests.dll.config
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests/PostgreSql.Data.PGSqlClient.UnitTests.dll.config,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PostgreSql.Data.PGSqlClient.UnitTests.dll.config 26 Jul 2003 12:30:56 -0000 1.2
--- PostgreSql.Data.PGSqlClient.UnitTests.dll.config 26 Jul 2003 12:49:14 -0000 1.3
***************
*** 8,12 ****
<add key="Port" value="5432" />
<add key="Connection lifetime" value="1" />
! <add key="Pooling" value="true" />
<add key="Packet Size" value="8192" />
</appSettings>
--- 8,12 ----
<add key="Port" value="5432" />
<add key="Connection lifetime" value="1" />
! <add key="Pooling" value="false" />
<add key="Packet Size" value="8192" />
</appSettings>
|