diff -r 1c29c0b22022 -r 624367a765cd tests/test_util_jid.lua --- a/tests/test_util_jid.lua Fri Dec 05 00:25:41 2008 +0000 +++ b/tests/test_util_jid.lua Fri Dec 05 02:02:40 2008 +0000 @@ -33,6 +33,8 @@ 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)