Mercurial > prosody-hg
diff tests/test_core_configmanager.lua @ 3540:bc139431830b
Monster whitespace commit (beware the whitespace monster).
| author | Waqas Hussain <waqas20@gmail.com> |
|---|---|
| date | Sat, 16 Oct 2010 23:00:42 +0500 |
| parents | b7049746bd29 |
| children | 468d7a2f85ba |
line wrap: on
line diff
--- a/tests/test_core_configmanager.lua Sat Oct 16 08:34:32 2010 +0500 +++ b/tests/test_core_configmanager.lua Sat Oct 16 23:00:42 2010 +0500 @@ -29,7 +29,7 @@ function set(set, u) assert_equal(set("*"), false, "Set with no section/key"); - assert_equal(set("*", "set_test"), false, "Set with no key"); + assert_equal(set("*", "set_test"), false, "Set with no key"); assert_equal(set("*", "set_test", "testkey"), true, "Setting a nil global value"); assert_equal(set("*", "set_test", "testkey", 123), true, "Setting a global value");
