File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 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):
2323 PlatformAdd (platform = "ios" , path = "TNS_App" )
2424
2525 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" ))
2727
2828 Build (platform = "ios" , path = "TNS_App" )
2929 output = runAUT ("cat TNS_App/platforms/ios/TNSApp.xcodeproj/project.pbxproj | grep TelerikUI" )
3030 assert ("TelerikUI.framework in Frameworks" in output )
3131 assert ("TelerikUI.framework in Embed Frameworks" in output )
3232 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 )
3434
3535 def test_401_Library_Add_iOS_NoLib (self ):
3636 CreateProject (projName = "TNS_App" )
You can’t perform that action at this time.
0 commit comments