We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277a4aa commit e83a8ceCopy full SHA for e83a8ce
tests/platform_linux.py
@@ -125,7 +125,7 @@ def test_201_Platform_Add_Android_InsideProject(self):
125
assert("Project successfully created" in output)
126
127
if ('TESTRUN' in os.environ) and (not "SMOKE" in os.environ['TESTRUN']) and ("2" in os.environ['ANDROID_HOME']):
128
- assert CheckFilesExists('TNS_App/platforms/android', 'platform_android_1.1.0.txt')
+ assert CheckFilesExists('TNS_App/platforms/android', 'platform_android_1.3.0.txt')
129
130
def test_202_Platform_Remove_Android(self):
131
CreateProjectAndAddPlatform(projName="TNS_App", platform="android", frameworkPath=androidRuntimePath)
0 commit comments