tests/test_util_jid.lua
changeset 556 624367a765cd
parent 519 cccd610a0ef9
child 615 4ae3e81513f3
--- 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)