X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tests%2Ftest.lua;h=bb9bc876b517bbdab195b880b5d5aecba9defa11;hb=2ea877a26d10c1a888989d72e236bb317b133ee6;hp=b71ccc1f1d8c889af6d50be2936270add712f505;hpb=1b3c455889110b9bebef94f728c042e4db3c4f99;p=prosody.git diff --git a/tests/test.lua b/tests/test.lua index b71ccc1f..bb9bc876 100644 --- a/tests/test.lua +++ b/tests/test.lua @@ -1,6 +1,6 @@ -- Prosody IM --- Copyright (C) 2008-2009 Matthew Wild --- Copyright (C) 2008-2009 Waqas Hussain +-- 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. @@ -16,6 +16,7 @@ function run_all_tests() dotest "core.s2smanager" dotest "core.configmanager" dotest "util.stanza" + dotest "util.sasl.scram" dosingletest("test_sasl.lua", "latin1toutf8"); end