Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/tests/monkey/mapswithme.py')
-rw-r--r--android/tests/monkey/mapswithme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/tests/monkey/mapswithme.py b/android/tests/monkey/mapswithme.py
index d9bd13a0f2..6d2c373221 100644
--- a/android/tests/monkey/mapswithme.py
+++ b/android/tests/monkey/mapswithme.py
@@ -7,7 +7,7 @@ from com.android.monkeyrunner import MonkeyRunner
apkPath = '../MapsWithMeTest/bin/MapsWithMeTest-release.apk'
package = 'com.mapswithme.maps.pro'
activity = 'com.mapswithme.maps.DownloadResourcesActivity'
-mapactivity = 'com.mapswithme.maps.MWMActivity'
+mapactivity = 'com.mapswithme.maps.MwmActivity'
def run_tasks(device, tasks):