diff --git a/.gitignore b/.gitignore index 1ab656636..4a7793af2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ local.properties project.properties tests/*$py.class tests/build.xml +tests/project.properties res/.DS_Store bc-android.keystore res/raw/lpconfig.xsd diff --git a/tests/.classpath b/tests/.classpath index a9cbec67a..4358d8534 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -1,15 +1,15 @@ - - + + - + - + diff --git a/tests/libs/robotium-solo-4.1-javadoc.jar b/tests/libs/robotium-solo-4.1-javadoc.jar deleted file mode 100644 index 24b84e6f9..000000000 Binary files a/tests/libs/robotium-solo-4.1-javadoc.jar and /dev/null differ diff --git a/tests/libs/robotium-solo-4.1.jar b/tests/libs/robotium-solo-4.1.jar deleted file mode 100644 index bc6270ea8..000000000 Binary files a/tests/libs/robotium-solo-4.1.jar and /dev/null differ diff --git a/tests/libs/robotium-solo-4.3.1-javadoc.jar b/tests/libs/robotium-solo-4.3.1-javadoc.jar new file mode 100644 index 000000000..c1b8013ec Binary files /dev/null and b/tests/libs/robotium-solo-4.3.1-javadoc.jar differ diff --git a/tests/libs/robotium-solo-4.3.1.jar b/tests/libs/robotium-solo-4.3.1.jar new file mode 100644 index 000000000..56af9985f Binary files /dev/null and b/tests/libs/robotium-solo-4.3.1.jar differ diff --git a/tests/project.properties b/tests/project.properties deleted file mode 100644 index a3ee5ab64..000000000 --- a/tests/project.properties +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system edit -# "ant.properties", and override values to adapt the script to your -# project structure. -# -# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): -#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt - -# Project target. -target=android-17 diff --git a/tests/src/org/linphone/test/LinphoneTestManager.java b/tests/src/org/linphone/test/LinphoneTestManager.java index cd9f5d55e..e2580f3e2 100644 --- a/tests/src/org/linphone/test/LinphoneTestManager.java +++ b/tests/src/org/linphone/test/LinphoneTestManager.java @@ -79,7 +79,7 @@ public class LinphoneTestManager implements LinphoneCoreListener { LinphoneCoreFactory.instance().setDebugMode(true, "LinphoneTester"); String basePath = mAContext.getFilesDir().getAbsolutePath(); - final LinphoneCore mLc = LinphoneCoreFactory.instance().createLinphoneCore(this, basePath + "/.linphonerc" + id, null, null); + final LinphoneCore mLc = LinphoneCoreFactory.instance().createLinphoneCore(this, basePath + "/.linphonerc" + id, null, null, c); if (id == 2) { mLc2 = mLc; } else {