]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#15,!11] Removed remaining whitespaces.
authorMarcin Siodelski <marcin@isc.org>
Wed, 5 Sep 2018 15:55:52 +0000 (17:55 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 5 Sep 2018 15:55:52 +0000 (17:55 +0200)
src/bin/admin/tests/mysql_tests.sh.in
src/bin/admin/tests/pgsql_tests.sh.in

index d0ca957f7dfd0aa54aab63cc277c467eafd7266d..7d4b0f7cd6708c4cc54a39bf423fb9d67cbe2c99 100644 (file)
@@ -871,7 +871,7 @@ mysql_lease_stat_upgrade_test() {
 
 # Verifies that you can upgrade from an earlier version and
 # that unused subnet ID values in hosts and options tables are
-# converted to NULL. 
+# converted to NULL.
 mysql_unused_subnet_id_test() {
     test_start "mysql.unused_subnet_id_test"
 
@@ -892,7 +892,7 @@ mysql_unused_subnet_id_test() {
 "insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
    values (0, '0123456', 0, 0, 'both'); \
  insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
-   values (0, '1123456', 4, 0, 'v4only');  
+   values (0, '1123456', 4, 0, 'v4only');
  insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
    values (0, '2123456', 0, 6, 'v6only');\
  insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname) \
index 43c01c5e1488bd54219807a7eeaeef1546b42784..2cd660cd3424661ddb7111b6c870aa3950799774 100644 (file)
@@ -793,7 +793,7 @@ pgsql_lease_stat_upgrade_test() {
 
 # Verifies that you can upgrade from earlier version and
 # that unused subnet ID values in hosts and options tables are
-# converted to NULL. 
+# converted to NULL.
 pgsql_unused_subnet_id_test() {
     test_start "pgsql.unused_subnet_id_test"
 
@@ -816,7 +816,7 @@ pgsql_unused_subnet_id_test() {
 "insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
    values (0, '0123456', 0, 0, 'both'); \
  insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
-   values (0, '1123456', 4, 0, 'v4only');  
+   values (0, '1123456', 4, 0, 'v4only');
  insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname)\
    values (0, '2123456', 0, 6, 'v6only');\
  insert into hosts (dhcp_identifier_type, dhcp_identifier, dhcp4_subnet_id, dhcp6_subnet_id, hostname) \