diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-02-21 07:06:01 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-16 20:42:18 +0100 |
commit | 66571a0b634ef28307f6d6ceef1ba29c091ca524 (patch) | |
tree | 08cc8a4eb2968952307dbfc394f51383f5dfc45e /tests/unit | |
parent | 7b8e5b36c0e894df40642b3ce993767844edc16b (diff) | |
download | weechat-66571a0b634ef28307f6d6ceef1ba29c091ca524.zip |
core: add configuration version, add API function config_set_version
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/core/test-core-config-file.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/unit/core/test-core-config-file.cpp b/tests/unit/core/test-core-config-file.cpp index 96cd67c01..11ba5468a 100644 --- a/tests/unit/core/test-core-config-file.cpp +++ b/tests/unit/core/test-core-config-file.cpp @@ -108,6 +108,16 @@ TEST(CoreConfigFile, New) /* * Tests functions: + * config_file_set_version + */ + +TEST(CoreConfigFile, SetVersion) +{ + /* TODO: write tests */ +} + +/* + * Tests functions: * config_file_arraylist_cmp_config_cb * config_file_get_configs_by_priority */ |