diff --git a/test/expected/result-conversions_1.out b/test/expected/result-conversions_1.out
index 31f55a4..2ce8e53 100644
--- a/test/expected/result-conversions_1.out
+++ b/test/expected/result-conversions_1.out
@@ -1320,6 +1320,9 @@ Executed: SET bytea_output=hex
 '2011-02-15 15:49:18' (timestamp) as SQL_C_TIMESTAMP: y: 2011 m: 2 d: 15 h: 15 m: 49 s: 18 f: 0
 '2011-02-16 17:49:18+03' (timestamptz) as SQL_C_DATE: y: 2011 m: 2 d: 16
 '2011-02-16 17:49:18+03' (timestamptz) as SQL_C_TIMESTAMP: y: 2011 m: 2 d: 16 h: 6 m: 49 s: 18 f: 0
+'' (text) as SQL_C_TYPE_DATE: y: 0 m: 0 d: 0
+'' (text) as SQL_C_TYPE_TIME: h: 0 m: 0 s: 0
+'' (text) as SQL_C_TYPE_TIMESTAMP: y: 0 m: 0 d: 0 h: 0 m: 0 s: 0 f: 0
 'foobar' (text) as SQL_C_CHAR: foob (truncated)
 'foobar' (text) as SQL_C_CHAR: fooba (truncated)
 'foobar' (text) as SQL_C_CHAR: foobar
