File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ def test_001_Library_Add_iOS_Framework(self):
23
23
PlatformAdd (platform = "ios" , path = "TNS_App" )
24
24
25
25
LibraryAdd (platform = "ios" , libPath = "QA-TestApps/external-lib/TelerikUI.framework" , path = "TNS_App" )
26
- assert (CheckFilesExists ("TNS_App/lib/iOS/TelerikUI/TelerikUI .framework" , "library_add_Framework_1.1.0.txt" ))
26
+ assert (CheckFilesExists ("TNS_App/lib/iOS/TelerikUI.framework" , "library_add_Framework_1.1.0.txt" ))
27
27
28
28
Build (platform = "ios" , path = "TNS_App" )
29
29
output = runAUT ("cat TNS_App/platforms/ios/TNSApp.xcodeproj/project.pbxproj | grep TelerikUI" )
30
30
assert ("TelerikUI.framework in Frameworks" in output )
31
31
assert ("TelerikUI.framework in Embed Frameworks" in output )
32
32
assert ("/TelerikUI.framework" in output )
33
- assert not ("TNS_App/lib/iOS/TelerikUI/TelerikUI .framework" in output )
33
+ assert not ("TNS_App/lib/iOS/TelerikUI.framework" in output )
34
34
35
35
def test_401_Library_Add_iOS_NoLib (self ):
36
36
CreateProject (projName = "TNS_App" )
You can’t perform that action at this time.
0 commit comments