From 576f6289905333eed4b8fc7b66c11b66292fe49e Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 5 Dec 2008 02:02:40 +0000 Subject: [PATCH] Add a couple more tests for jid.split --- tests/test_util_jid.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_util_jid.lua b/tests/test_util_jid.lua index b2cf5460..98c85f4a 100644 --- a/tests/test_util_jid.lua +++ b/tests/test_util_jid.lua @@ -33,6 +33,8 @@ function split(split) test(nil, nil, nil , nil ); test("node@/server", nil, nil, nil , nil ); + test("@server", nil, nil, nil , nil ); + test("@server/resource",nil,nil,nil, nil ); end function bare(bare) -- 2.30.2