]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Pushed fix for admin unit-tests after recent schema change.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 24 Apr 2017 20:17:41 +0000 (22:17 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 24 Apr 2017 20:17:41 +0000 (22:17 +0200)
src/bin/admin/tests/mysql_tests.sh.in

index 6074b464afce64fbb4ec861e4a43c2be5145935b..446eed518c62288e1c1a564569f9444447847235 100644 (file)
@@ -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";