diff options
| author | mojganii <mojgan.jelodar@codic.se> | 2024-11-19 16:45:19 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-11-27 14:55:25 +0100 |
| commit | 909cfb1e4d683f0ecc3c762b67677a1992969b44 (patch) | |
| tree | 359ae0b388e76ca5e1d7d728243be4e931ffed53 | |
| parent | 1db50d297755346e01bbea889ab5234c54d2f70a (diff) | |
| download | mullvadvpn-909cfb1e4d683f0ecc3c762b67677a1992969b44.tar.xz mullvadvpn-909cfb1e4d683f0ecc3c762b67677a1992969b44.zip | |
Move settings migration test into MullvadVPNUITestsAll
7 files changed, 1 insertions, 142 deletions
diff --git a/ios/MullvadVPN.xcodeproj/project.pbxproj b/ios/MullvadVPN.xcodeproj/project.pbxproj index 6ce2fca25e..d4b7a3e1d0 100644 --- a/ios/MullvadVPN.xcodeproj/project.pbxproj +++ b/ios/MullvadVPN.xcodeproj/project.pbxproj @@ -644,10 +644,6 @@ 8529693A2B4F0238007EAD4C /* TermsOfServicePage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852969392B4F0238007EAD4C /* TermsOfServicePage.swift */; }; 8529693C2B4F0257007EAD4C /* Alert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8529693B2B4F0257007EAD4C /* Alert.swift */; }; 852A26462BA9C9CB006EB9C8 /* DNSSettingsPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852A26452BA9C9CB006EB9C8 /* DNSSettingsPage.swift */; }; - 852BC66F2BAB44F500A47558 /* MullvadVPNUITestsVerifySettingsChanged.xctestplan in Resources */ = {isa = PBXBuildFile; fileRef = 852BC66C2BAB44F500A47558 /* MullvadVPNUITestsVerifySettingsChanged.xctestplan */; }; - 852BC6702BAB44F500A47558 /* MullvadVPNUITestsChangeSettings.xctestplan in Resources */ = {isa = PBXBuildFile; fileRef = 852BC66D2BAB44F500A47558 /* MullvadVPNUITestsChangeSettings.xctestplan */; }; - 852BC6712BAB44F500A47558 /* MullvadVPNUITestsVerifyDNSSettingsChanged.xctestplan in Resources */ = {isa = PBXBuildFile; fileRef = 852BC66E2BAB44F500A47558 /* MullvadVPNUITestsVerifyDNSSettingsChanged.xctestplan */; }; - 852BC6732BAB450B00A47558 /* MullvadVPNUITestsChangeDNSSettings.xctestplan in Resources */ = {isa = PBXBuildFile; fileRef = 852BC6722BAB450B00A47558 /* MullvadVPNUITestsChangeDNSSettings.xctestplan */; }; 852D054D2BC3DE3A008578D2 /* APIAccessPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852D054C2BC3DE3A008578D2 /* APIAccessPage.swift */; }; 852D054F2BC43DF7008578D2 /* AddAccessMethodPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852D054E2BC43DF7008578D2 /* AddAccessMethodPage.swift */; }; 8532E6872B8CCED600ACECD1 /* ProblemReportSubmittedPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8532E6862B8CCED600ACECD1 /* ProblemReportSubmittedPage.swift */; }; @@ -1979,10 +1975,6 @@ 852969392B4F0238007EAD4C /* TermsOfServicePage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TermsOfServicePage.swift; sourceTree = "<group>"; }; 8529693B2B4F0257007EAD4C /* Alert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Alert.swift; sourceTree = "<group>"; }; 852A26452BA9C9CB006EB9C8 /* DNSSettingsPage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DNSSettingsPage.swift; sourceTree = "<group>"; }; - 852BC66C2BAB44F500A47558 /* MullvadVPNUITestsVerifySettingsChanged.xctestplan */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MullvadVPNUITestsVerifySettingsChanged.xctestplan; sourceTree = "<group>"; }; - 852BC66D2BAB44F500A47558 /* MullvadVPNUITestsChangeSettings.xctestplan */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MullvadVPNUITestsChangeSettings.xctestplan; sourceTree = "<group>"; }; - 852BC66E2BAB44F500A47558 /* MullvadVPNUITestsVerifyDNSSettingsChanged.xctestplan */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MullvadVPNUITestsVerifyDNSSettingsChanged.xctestplan; sourceTree = "<group>"; }; - 852BC6722BAB450B00A47558 /* MullvadVPNUITestsChangeDNSSettings.xctestplan */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MullvadVPNUITestsChangeDNSSettings.xctestplan; sourceTree = "<group>"; }; 852D054C2BC3DE3A008578D2 /* APIAccessPage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIAccessPage.swift; sourceTree = "<group>"; }; 852D054E2BC43DF7008578D2 /* AddAccessMethodPage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddAccessMethodPage.swift; sourceTree = "<group>"; }; 8532E6862B8CCED600ACECD1 /* ProblemReportSubmittedPage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProblemReportSubmittedPage.swift; sourceTree = "<group>"; }; @@ -3908,11 +3900,7 @@ 7A83C4002A55B81A00DFB83A /* MullvadVPNCI.xctestplan */, 7A02D4EA2A9CEC7A00C19E31 /* MullvadVPNScreenshots.xctestplan */, 852969302B4D9E70007EAD4C /* MullvadVPNUITestsAll.xctestplan */, - 852BC6722BAB450B00A47558 /* MullvadVPNUITestsChangeDNSSettings.xctestplan */, - 852BC66D2BAB44F500A47558 /* MullvadVPNUITestsChangeSettings.xctestplan */, 85006A8E2B73EF67004AD8FB /* MullvadVPNUITestsSmoke.xctestplan */, - 852BC66E2BAB44F500A47558 /* MullvadVPNUITestsVerifyDNSSettingsChanged.xctestplan */, - 852BC66C2BAB44F500A47558 /* MullvadVPNUITestsVerifySettingsChanged.xctestplan */, ); path = TestPlans; sourceTree = "<group>"; @@ -5123,10 +5111,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 852BC66F2BAB44F500A47558 /* MullvadVPNUITestsVerifySettingsChanged.xctestplan in Resources */, - 852BC6712BAB44F500A47558 /* MullvadVPNUITestsVerifyDNSSettingsChanged.xctestplan in Resources */, - 852BC6702BAB44F500A47558 /* MullvadVPNUITestsChangeSettings.xctestplan in Resources */, - 852BC6732BAB450B00A47558 /* MullvadVPNUITestsChangeDNSSettings.xctestplan in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/ios/MullvadVPN.xcodeproj/xcshareddata/xcschemes/MullvadVPNUITests.xcscheme b/ios/MullvadVPN.xcodeproj/xcshareddata/xcschemes/MullvadVPNUITests.xcscheme index 48eba40cb2..c7c011fb01 100644 --- a/ios/MullvadVPN.xcodeproj/xcshareddata/xcschemes/MullvadVPNUITests.xcscheme +++ b/ios/MullvadVPN.xcodeproj/xcshareddata/xcschemes/MullvadVPNUITests.xcscheme @@ -16,18 +16,6 @@ reference = "container:TestPlans/MullvadVPNUITestsAll.xctestplan" default = "YES"> </TestPlanReference> - <TestPlanReference - reference = "container:TestPlans/MullvadVPNUITestsVerifyDNSSettingsChanged.xctestplan"> - </TestPlanReference> - <TestPlanReference - reference = "container:TestPlans/MullvadVPNUITestsChangeSettings.xctestplan"> - </TestPlanReference> - <TestPlanReference - reference = "container:TestPlans/MullvadVPNUITestsVerifySettingsChanged.xctestplan"> - </TestPlanReference> - <TestPlanReference - reference = "container:TestPlans/MullvadVPNUITestsChangeDNSSettings.xctestplan"> - </TestPlanReference> </TestPlans> <Testables> <TestableReference diff --git a/ios/TestPlans/MullvadVPNUITestsAll.xctestplan b/ios/TestPlans/MullvadVPNUITestsAll.xctestplan index 475af04ab2..8ec7f9753e 100644 --- a/ios/TestPlans/MullvadVPNUITestsAll.xctestplan +++ b/ios/TestPlans/MullvadVPNUITestsAll.xctestplan @@ -22,8 +22,7 @@ "LoggedInWithTimeUITestCase", "LoggedInWithoutTimeUITestCase", "LoggedOutUITestCase", - "ScreenshotTests", - "SettingsMigrationTests" + "ScreenshotTests" ], "target" : { "containerPath" : "container:MullvadVPN.xcodeproj", diff --git a/ios/TestPlans/MullvadVPNUITestsChangeDNSSettings.xctestplan b/ios/TestPlans/MullvadVPNUITestsChangeDNSSettings.xctestplan deleted file mode 100644 index 92d92d1974..0000000000 --- a/ios/TestPlans/MullvadVPNUITestsChangeDNSSettings.xctestplan +++ /dev/null @@ -1,28 +0,0 @@ -{ - "configurations" : [ - { - "id" : "29A4F7B5-B97B-4F31-9EB0-3C09615D0ACF", - "name" : "Configuration 1", - "options" : { - - } - } - ], - "defaultOptions" : { - "testTimeoutsEnabled" : true - }, - "testTargets" : [ - { - "selectedTests" : [ - "MigrationTests\/testChangeCustomDNSSettings()", - "SettingsMigrationTests\/testChangeCustomDNSSettings()" - ], - "target" : { - "containerPath" : "container:MullvadVPN.xcodeproj", - "identifier" : "852969242B4D9C1F007EAD4C", - "name" : "MullvadVPNUITests" - } - } - ], - "version" : 1 -} diff --git a/ios/TestPlans/MullvadVPNUITestsChangeSettings.xctestplan b/ios/TestPlans/MullvadVPNUITestsChangeSettings.xctestplan deleted file mode 100644 index 366e2e597b..0000000000 --- a/ios/TestPlans/MullvadVPNUITestsChangeSettings.xctestplan +++ /dev/null @@ -1,28 +0,0 @@ -{ - "configurations" : [ - { - "id" : "29A4F7B5-B97B-4F31-9EB0-3C09615D0ACF", - "name" : "Configuration 1", - "options" : { - - } - } - ], - "defaultOptions" : { - "testTimeoutsEnabled" : true - }, - "testTargets" : [ - { - "selectedTests" : [ - "MigrationTests\/testChangeSettings()", - "SettingsMigrationTests\/testChangeSettings()" - ], - "target" : { - "containerPath" : "container:MullvadVPN.xcodeproj", - "identifier" : "852969242B4D9C1F007EAD4C", - "name" : "MullvadVPNUITests" - } - } - ], - "version" : 1 -} diff --git a/ios/TestPlans/MullvadVPNUITestsVerifyDNSSettingsChanged.xctestplan b/ios/TestPlans/MullvadVPNUITestsVerifyDNSSettingsChanged.xctestplan deleted file mode 100644 index 7b2c070a3d..0000000000 --- a/ios/TestPlans/MullvadVPNUITestsVerifyDNSSettingsChanged.xctestplan +++ /dev/null @@ -1,28 +0,0 @@ -{ - "configurations" : [ - { - "id" : "29A4F7B5-B97B-4F31-9EB0-3C09615D0ACF", - "name" : "Configuration 1", - "options" : { - - } - } - ], - "defaultOptions" : { - "testTimeoutsEnabled" : true - }, - "testTargets" : [ - { - "selectedTests" : [ - "MigrationTests\/testVerifyCustomDNSSettingsStillChanged()", - "SettingsMigrationTests\/testVerifyCustomDNSSettingsStillChanged()" - ], - "target" : { - "containerPath" : "container:MullvadVPN.xcodeproj", - "identifier" : "852969242B4D9C1F007EAD4C", - "name" : "MullvadVPNUITests" - } - } - ], - "version" : 1 -} diff --git a/ios/TestPlans/MullvadVPNUITestsVerifySettingsChanged.xctestplan b/ios/TestPlans/MullvadVPNUITestsVerifySettingsChanged.xctestplan deleted file mode 100644 index 872d198dd9..0000000000 --- a/ios/TestPlans/MullvadVPNUITestsVerifySettingsChanged.xctestplan +++ /dev/null @@ -1,28 +0,0 @@ -{ - "configurations" : [ - { - "id" : "29A4F7B5-B97B-4F31-9EB0-3C09615D0ACF", - "name" : "Configuration 1", - "options" : { - - } - } - ], - "defaultOptions" : { - "testTimeoutsEnabled" : true - }, - "testTargets" : [ - { - "selectedTests" : [ - "MigrationTests\/testVerifySettingsStillChanged()", - "SettingsMigrationTests\/testVerifySettingsStillChanged()" - ], - "target" : { - "containerPath" : "container:MullvadVPN.xcodeproj", - "identifier" : "852969242B4D9C1F007EAD4C", - "name" : "MullvadVPNUITests" - } - } - ], - "version" : 1 -} |
