tools/ejabberdsql2prosody: Skip invalid XML in data, and print out errors.
[prosody.git] / tests / test_util_multitable.lua
index b8437bf5c5da94b9eefb192e60b90a65d3f4d4d2..ed10b1283011b6ec64d60ea09d9b138e18edb92c 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.
@@ -32,7 +32,7 @@ function get(get, multitable)
                        should_have[item] = nil;
                end
                if next(should_have) then
-                       return false, "not-enough";     
+                       return false, "not-enough";
                end
                return true, "has-all";
        end