modulemanager: Removed another legacy events API (add_event_hook), and related code.
[prosody.git] / tests / test.lua
index b71ccc1f1d8c889af6d50be2936270add712f505..bb9bc876b517bbdab195b880b5d5aecba9defa11 100644 (file)
@@ -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