From: | Christoph Berg <cb(at)df7cb(dot)de> |
---|---|
To: | PostgreSQL ODBC <pgsql-odbc(at)postgresql(dot)org> |
Subject: | "deprecated" test needs alternative output file |
Date: | 2014-05-29 23:07:02 |
Message-ID: | 20140529230702.GA947@msg.df7cb.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
Hi,
I needed to add a deprected_1.out file for the regression tests to
succeed on the released distributions of Debian/Ubuntu. The included
file works for unstable only.
The difference is this:
--- test/expected/deprecated.out 2014-05-17 14:33:40.000000000 +0200
+++ test/expected/deprecated_1.out 2014-05-30 00:32:22.782421696 +0200
@@ -6,7 +6,7 @@
Check for SQLGetConnectOption
Access type is: read-write
Check for SQLError
-Error check: ERROR: relation "table_not_here" does not exist;
+Error check: [unixODBC]ERROR: relation "table_not_here" does not exist;
Error while executing the query
Check for SQLSetParam
Result set:
I have no idea where the difference comes from, though.
Christoph
--
cb(at)df7cb(dot)de | http://www.df7cb.de/
Attachment | Content-Type | Size |
---|---|---|
deprecated_1.out | text/plain | 726 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2014-05-30 07:25:35 | Re: Fwd: Typo fixes in Solution.pm, part of MSVC scripts |
Previous Message | Robert Haas | 2014-05-29 19:31:14 | Re: Fwd: Typo fixes in Solution.pm, part of MSVC scripts |