Update of /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests
In directory sc8-pr-cvs1:/tmp/cvs-serv24390
Modified Files:
PostgreSql.Data.PGSqlClient.UnitTests.dll.config
Log Message:
Updated Nunit config file
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.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PostgreSql.Data.PGSqlClient.UnitTests.dll.config 26 Jul 2003 11:41:23 -0000 1.1
--- PostgreSql.Data.PGSqlClient.UnitTests.dll.config 26 Jul 2003 12:30:56 -0000 1.2
***************
*** 7,11 ****
<add key="DataSource" value="localhost" />
<add key="Port" value="5432" />
! <add key="Connection lifetime" value="15" />
<add key="Pooling" value="true" />
<add key="Packet Size" value="8192" />
--- 7,11 ----
<add key="DataSource" value="localhost" />
<add key="Port" value="5432" />
! <add key="Connection lifetime" value="1" />
<add key="Pooling" value="true" />
<add key="Packet Size" value="8192" />
|