Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit adb9b7d

Browse files
committed
Update libpq test expected output
Commit 2b44306 changed wording for some of the error messages, but neglected updating the regress output to match.
1 parent 3c9b406 commit adb9b7d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/interfaces/libpq/test/expected.out

+13-13
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ trying postgresql://host/db?u%73er=someotheruser&port=12345
5959
user='someotheruser' dbname='db' host='host' port='12345' (inet)
6060

6161
trying postgresql://host/db?u%7aer=someotheruser&port=12345
62-
uri-regress: invalid URI query parameter "uzer"
62+
uri-regress: invalid URI query parameter: "uzer"
6363

6464

6565
trying postgresql://host:12345?user=uri-user
@@ -102,55 +102,55 @@ trying postgres://?host=/path/to/socket/dir
102102
host='/path/to/socket/dir' (local)
103103

104104
trying postgresql://host?uzer=
105-
uri-regress: invalid URI query parameter "uzer"
105+
uri-regress: invalid URI query parameter: "uzer"
106106

107107

108108
trying postgre://
109109
uri-regress: missing "=" after "postgre://" in connection info string
110110

111111

112112
trying postgres://[::1
113-
uri-regress: end of string reached when looking for matching ']' in IPv6 host address in URI: postgres://[::1
113+
uri-regress: end of string reached when looking for matching "]" in IPv6 host address in URI: "postgres://[::1"
114114

115115

116116
trying postgres://[]
117-
uri-regress: IPv6 host address may not be empty in URI: postgres://[]
117+
uri-regress: IPv6 host address may not be empty in URI: "postgres://[]"
118118

119119

120120
trying postgres://[::1]z
121-
uri-regress: unexpected 'z' at position 17 in URI (expecting ':' or '/'): postgres://[::1]z
121+
uri-regress: unexpected character "z" at position 17 in URI (expected ":" or "/"): "postgres://[::1]z"
122122

123123

124124
trying postgresql://host?zzz
125-
uri-regress: missing key/value separator '=' in URI query parameter: zzz
125+
uri-regress: missing key/value separator "=" in URI query parameter: "zzz"
126126

127127

128128
trying postgresql://host?value1&value2
129-
uri-regress: missing key/value separator '=' in URI query parameter: value1
129+
uri-regress: missing key/value separator "=" in URI query parameter: "value1"
130130

131131

132132
trying postgresql://host?key=key=value
133-
uri-regress: extra key/value separator '=' in URI query parameter: key
133+
uri-regress: extra key/value separator "=" in URI query parameter: "key"
134134

135135

136136
trying postgres://host?dbname=%XXfoo
137-
uri-regress: invalid percent-encoded token: %XXfoo
137+
uri-regress: invalid percent-encoded token: "%XXfoo"
138138

139139

140140
trying postgresql://a%00b
141-
uri-regress: forbidden value %00 in percent-encoded value: a%00b
141+
uri-regress: forbidden value %00 in percent-encoded value: "a%00b"
142142

143143

144144
trying postgresql://%zz
145-
uri-regress: invalid percent-encoded token: %zz
145+
uri-regress: invalid percent-encoded token: "%zz"
146146

147147

148148
trying postgresql://%1
149-
uri-regress: invalid percent-encoded token: %1
149+
uri-regress: invalid percent-encoded token: "%1"
150150

151151

152152
trying postgresql://%
153-
uri-regress: invalid percent-encoded token: %
153+
uri-regress: invalid percent-encoded token: "%"
154154

155155

156156
trying postgres://@host

0 commit comments

Comments
 (0)