Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
5ef1b2a9
Commit
5ef1b2a9
authored
Apr 24, 2017
by
Tomek Mrugalski
🛰
Browse files
[master] Pushed fix for admin unit-tests after recent schema change.
parent
88555d8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/admin/tests/mysql_tests.sh.in
View file @
5ef1b2a9
...
...
@@ -300,7 +300,7 @@ EOF
count
=
`
mysql_execute
"
${
qry
}
"
`
ERRCODE
=
$?
assert_eq 0
$ERRCODE
"select from host_identifier_type failed. (expected status code %d, returned %d)"
assert_eq
4
"
$count
"
"host_identifier_type does not contain correct number of entries. (expected count %d, returned %d)"
assert_eq
5
"
$count
"
"host_identifier_type does not contain correct number of entries. (expected count %d, returned %d)"
# verify that foreign key fk_host_identifier_type exists
qry
=
"show create table hosts"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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