diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-04-21 22:56:22 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-04-21 22:56:22 +0200 |
commit | 4b5d2d11c53628e9d65e907a179458a19192e45a (patch) | |
tree | 76e375bbb58a0140d80c6dfe069d4af54a4f8efc | |
parent | 848b50185f25927cffc250b1885e6d47a42b4326 (diff) | |
download | biboumi-4b5d2d11c53628e9d65e907a179458a19192e45a.tar.gz biboumi-4b5d2d11c53628e9d65e907a179458a19192e45a.tar.bz2 biboumi-4b5d2d11c53628e9d65e907a179458a19192e45a.tar.xz biboumi-4b5d2d11c53628e9d65e907a179458a19192e45a.zip |
test.cfg file is now created by the test suite
-rw-r--r-- | src/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.cpp b/src/test.cpp index 696438d..d3d4f49 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -186,7 +186,7 @@ int main() std::cout << color << "Testing config…" << reset << std::endl; Config::filename = "test.cfg"; Config::file_must_exist = false; - Config::set("coucou", "bonjour"); + Config::set("coucou", "bonjour", true); Config::close(); bool error = false; |