# HG changeset patch # User Matthew Wild # Date 1228442560 0 # Node ID 624367a765cda9a313a6c42ae195c2abc26d7e62 # Parent 1c29c0b2202247bfb0463d07c0a98cf93dab553f Add a couple more tests for jid.split 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)