* #36737: switch back to svn repo, remove assert in sip_transaction.c
diff --git a/jni/pjproject-android/.svn/pristine/e4/e4246e16a74f30c3acfe98ef83fde30b8b6099e6.svn-base b/jni/pjproject-android/.svn/pristine/e4/e4246e16a74f30c3acfe98ef83fde30b8b6099e6.svn-base
new file mode 100644
index 0000000..7ab96ef
--- /dev/null
+++ b/jni/pjproject-android/.svn/pristine/e4/e4246e16a74f30c3acfe98ef83fde30b8b6099e6.svn-base
@@ -0,0 +1,13 @@
+# $Id$
+#
+# Just about the simple pjsua command line parameter, which should
+# never fail in any circumstances
+from inc_cfg import *
+
+test_param = TestParam(
+		"Basic run", 
+		[
+			InstanceParam("pjsua", "--null-audio --rtp-port 0")
+		]
+		)
+