npgsql - Npgsql2: Tests for NpgsqlInterval - to be expanded to other - Mailing list pgsql-committers

From jbcooley@pgfoundry.org (User Jbcooley)
Subject npgsql - Npgsql2: Tests for NpgsqlInterval - to be expanded to other
Date
Msg-id 20081204041937.3FB7217ADE55@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Tests for NpgsqlInterval - to be expanded to other NpgsqlTypes in the future.

Modified Files:
--------------
    Npgsql2/testsuite/noninteractive/NUnit20:
        NpgsqlTests2008.csproj (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/NUnit20/NpgsqlTests2008.csproj.diff?r1=1.4&r2=1.5)

Added Files:
-----------
    Npgsql2/testsuite/noninteractive/NUnit20:
        TypesTests.cs (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/NUnit20/TypesTests.cs?rev=1.1&content-type=text/x-cvsweb-markup)

pgsql-committers by date:

Previous
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Handle negative values (thanks to Mathieu Fenniak
Next
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Ensure refcursors work with System.Transactions.