summaryrefslogtreecommitdiff
path: root/src/test.cpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-04-21 22:56:22 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-04-21 22:56:22 +0200
commit4b5d2d11c53628e9d65e907a179458a19192e45a (patch)
tree76e375bbb58a0140d80c6dfe069d4af54a4f8efc /src/test.cpp
parent848b50185f25927cffc250b1885e6d47a42b4326 (diff)
downloadbiboumi-4b5d2d11c53628e9d65e907a179458a19192e45a.tar.gz
biboumi-4b5d2d11c53628e9d65e907a179458a19192e45a.tar.bz2
biboumi-4b5d2d11c53628e9d65e907a179458a19192e45a.tar.xz
biboumi-4b5d2d11c53628e9d65e907a179458a19192e45a.zip
test.cfg file is now created by the test suite
Diffstat (limited to 'src/test.cpp')
-rw-r--r--src/test.cpp2
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;