diff options
author | louiz’ <louiz@louiz.org> | 2016-12-10 03:58:27 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-12-10 03:59:00 +0100 |
commit | 4cc3dc03fc8419abde6e77dceda773a19a246c43 (patch) | |
tree | 54ac2b2febac6a749eaa800aeb289d13fb2f8e6d /tests | |
parent | e63f79169b2c031bdc1a4bb6ba8df34363e9e3c0 (diff) | |
download | biboumi-4cc3dc03fc8419abde6e77dceda773a19a246c43.tar.gz biboumi-4cc3dc03fc8419abde6e77dceda773a19a246c43.tar.bz2 biboumi-4cc3dc03fc8419abde6e77dceda773a19a246c43.tar.xz biboumi-4cc3dc03fc8419abde6e77dceda773a19a246c43.zip |
The config module doesn’t use the logger at all
Diffstat (limited to 'tests')
-rw-r--r-- | tests/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config.cpp b/tests/config.cpp index a6fa92a..ec9844f 100644 --- a/tests/config.cpp +++ b/tests/config.cpp @@ -8,7 +8,7 @@ TEST_CASE("Config basic") { // Disable all output for this test - IoTester<std::ostream> out(std::cout); + IoTester<std::ostream> out(std::cerr); // Write a value in the config file Config::read_conf("test.cfg"); Config::set("coucou", "bonjour", true); |