X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tests%2Ftest_core_configmanager.lua;h=132dfc7456bd98360556bf3c4ec52328c6f908e4;hb=6d7a9cba5240a142b1a1e397e6248cf13c261cca;hp=09e1e95a7c25b205d5feca27cc8fff1709c9c594;hpb=a4d1701bd5e08cce7b221200394776a3171ddcac;p=prosody.git diff --git a/tests/test_core_configmanager.lua b/tests/test_core_configmanager.lua index 09e1e95a..132dfc74 100644 --- a/tests/test_core_configmanager.lua +++ b/tests/test_core_configmanager.lua @@ -1,6 +1,6 @@ --- Prosody IM v0.3 --- Copyright (C) 2008-2009 Matthew Wild --- Copyright (C) 2008-2009 Waqas Hussain +-- Prosody IM +-- Copyright (C) 2008-2010 Matthew Wild +-- Copyright (C) 2008-2010 Waqas Hussain -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. @@ -29,7 +29,7 @@ end 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");