changeset 72:d9a923a961e7

I forgotten to update test
author daedric <d43dr1c@gmail.com>
date Wed, 31 Mar 2010 18:18:15 +0200
parents 7db18b322fba
children 3249e9edc5d9 5e96f1aa291d
files tests/IConfig.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/IConfig.cpp	Wed Mar 31 17:03:16 2010 +0200
+++ b/tests/IConfig.cpp	Wed Mar 31 18:18:15 2010 +0200
@@ -6,6 +6,6 @@
 {
     zia::api::IConfig::ValueMap map;
 
-    map.insert(std::make_pair("kikoo", "lol"));
+    map["section"].insert(std::make_pair("key","value"));
     return (0);
 }