Added presence pjsua unit tests

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2025 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py b/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
index b0b9651..f1e13cf 100644
--- a/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
+++ b/pjsip-apps/src/test-pjsua/scripts-run/100_simple.py
@@ -1,8 +1,13 @@
-# $Id:$

-#

-# Just about the simple pjsua command line parameter, which should

-# never fail in any circumstances

-import inc_cfg

-

-config = inc_cfg.Config(arg = "--null-audio --local-port 0 --rtp-port 0")

-

+# $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 --local-port 0 --rtp-port 0")
+		]
+		)
+