Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
3466f650
Commit
3466f650
authored
Jun 24, 2016
by
Thomas Markwalder
Browse files
[4277] Fixed PsqlBindArray.basicOperation unit test
Fixed test now that PsqlBindArray.toText() works right.
parent
0ce4fe5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/pgsql_exchange_unittest.cc
View file @
3466f650
...
...
@@ -107,7 +107,7 @@ TEST(PsqlBindArray, basicOperation) {
"5 :
\"
3221360418
\"\n
"
"6 :
\"
3001::1
\"\n
"
"7 :
\"
just a string
\"\n
"
"8 : 0x010203040506070809
\n
"
;
"8 : 0x010203040506070809
0a
\n
"
;
EXPECT_EQ
(
expected
,
b
.
toText
());
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment