* #36737: switch back to svn repo, remove assert in sip_transaction.c
diff --git a/jni/pjproject-android/.svn/pristine/ac/ac88d04b074566083400df90647b9657ec93a702.svn-base b/jni/pjproject-android/.svn/pristine/ac/ac88d04b074566083400df90647b9657ec93a702.svn-base
new file mode 100644
index 0000000..50308a5
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/ac/ac88d04b074566083400df90647b9657ec93a702.svn-base
@@ -0,0 +1,35 @@
+# $Id$
+#
+from inc_cfg import *
+
+# Basic registration
+test_param = TestParam(
+		"Presence with PUBLISH",
+		[
+			InstanceParam(	"ua1", 
+					"--null-audio"+
+						" --id=\"<sip:test1@pjsip.org>\""+
+						" --registrar=sip:sip.pjsip.org" +
+						" --username=test1" +
+						" --password=test1" +
+						" --realm=*" +
+						" --proxy=\"sip:sip.pjsip.org;lr\"" +
+						" --publish",
+					uri="<sip:test1@pjsip.org>",
+					have_reg=True,
+					have_publish=True),
+			InstanceParam(	"ua2", 
+					"--null-audio"+
+						" --id=\"<sip:test2@pjsip.org>\""+
+						" --registrar=sip:sip.pjsip.org" +
+						" --username=test2" +
+						" --password=test2" +
+						" --realm=*" +
+						" --proxy=\"sip:sip.pjsip.org;lr\"" +
+						" --publish",
+					uri="<sip:test2@pjsip.org>",
+					have_reg=True,
+					have_publish=True),
+		]
+		)
+