From 34bd8b93da7f7dd570a100b125941eef6331410e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 12 Oct 2016 22:18:53 +0200 Subject: Disable the output in the config unit test --- tests/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/config.cpp') diff --git a/tests/config.cpp b/tests/config.cpp index ddea151..a6fa92a 100644 --- a/tests/config.cpp +++ b/tests/config.cpp @@ -1,9 +1,14 @@ #include "catch.hpp" +#include "io_tester.hpp" + +#include #include TEST_CASE("Config basic") { + // Disable all output for this test + IoTester out(std::cout); // Write a value in the config file Config::read_conf("test.cfg"); Config::set("coucou", "bonjour", true); -- cgit v1.2.3