|
3 | 3 | * @author Michal Vasko <mvasko@cesnet.cz> |
4 | 4 | * @brief performance tests |
5 | 5 | * |
6 | | - * Copyright (c) 2021 CESNET, z.s.p.o. |
| 6 | + * Copyright (c) 2021 - 2026 CESNET, z.s.p.o. |
7 | 7 | * |
8 | 8 | * This source code is licensed under BSD 3-Clause License (the "License"). |
9 | 9 | * You may not use this file except in compliance with the License. |
@@ -834,7 +834,7 @@ struct test tests[] = { |
834 | 834 | {"print lyb shrink", setup_data_single_tree, test_print_lyb_shrink}, |
835 | 835 | {"print lyb no shrink", setup_data_single_tree, test_print_lyb_no_shrink}, |
836 | 836 | {"dup", setup_data_single_tree, test_dup}, |
837 | | - {"dup_siblings_to_empty", setup_data_empty_and_full_trees, test_dup_siblings_to_empty}, |
| 837 | + {"dup siblings to empty", setup_data_empty_and_full_trees, test_dup_siblings_to_empty}, |
838 | 838 | {"free", setup_basic, test_free}, |
839 | 839 | {"xpath find", setup_data_single_tree, test_xpath_find}, |
840 | 840 | {"xpath find hash", setup_data_single_tree, test_xpath_find_hash}, |
|
0 commit comments