From: tho Date: Thu, 18 Feb 2010 15:18:35 +0000 (+0000) Subject: fix for last commit; grmpf. X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=941ca33da6ee01d78c07fa6b514de10da1ef3948;p=senf.git fix for last commit; grmpf. git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1581 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/senf/Utils/Console/Config.test.cc b/senf/Utils/Console/Config.test.cc index 2e8973d..d20483a 100644 --- a/senf/Utils/Console/Config.test.cc +++ b/senf/Utils/Console/Config.test.cc @@ -72,7 +72,7 @@ SENF_AUTO_UNIT_TEST(configBundle_empty) root.add("fun2", senf::console::factory::Command(&fun2)); senf::console::ConfigBundle bundle(root); - bundle.add( senf::console::FileConfig("/tmp/test.cfg")); + bundle.add( senf::console::FileConfig(cfg.name())); SENF_CHECK_NO_THROW( bundle.parse() ); }