Skip to content

Commit e83a8ce

Browse files
Vasil ChimevVasil Chimev
authored andcommitted
Fix test_201_Platform_Add_Android_InsideProject.
1 parent 277a4aa commit e83a8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/platform_linux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_201_Platform_Add_Android_InsideProject(self):
125125
assert("Project successfully created" in output)
126126

127127
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')
128+
assert CheckFilesExists('TNS_App/platforms/android', 'platform_android_1.3.0.txt')
129129

130130
def test_202_Platform_Remove_Android(self):
131131
CreateProjectAndAddPlatform(projName="TNS_App", platform="android", frameworkPath=androidRuntimePath)

0 commit comments

Comments
 (0)