Squish: Test latest added pasting service

Change-Id: I2b062a3c3c0ad172e0f5ad3b37262c9278351a48
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2018-10-30 13:57:05 +01:00
parent a59097086b
commit 42ced7ac94

View File

@@ -37,6 +37,7 @@ skipPastingToPastebinCom = platform.system() not in __platformToBeRunToday__()
NAME_KDE = "Paste.KDE.Org" NAME_KDE = "Paste.KDE.Org"
NAME_PBCA = "Pastebin.Ca" NAME_PBCA = "Pastebin.Ca"
NAME_PBCOM = "Pastebin.Com" NAME_PBCOM = "Pastebin.Com"
NAME_PCXYZ = "Pastecode.Xyz"
serverProblems = "Server side problems." serverProblems = "Server side problems."
@@ -175,7 +176,7 @@ def main():
startQC() startQC()
if not startedWithoutPluginError(): if not startedWithoutPluginError():
return return
protocolsToTest = [NAME_KDE, NAME_PBCA, NAME_PBCOM] protocolsToTest = [NAME_KDE, NAME_PBCA, NAME_PBCOM, NAME_PCXYZ]
sourceFile = os.path.join(os.getcwd(), "testdata", "main.cpp") sourceFile = os.path.join(os.getcwd(), "testdata", "main.cpp")
# make sure General Messages is open # make sure General Messages is open
openGeneralMessages() openGeneralMessages()