summaryrefslogtreecommitdiff
path: root/tests/system/suite_tools/tst_codepasting/test.py
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-10-30 13:57:05 +0100
committerChristian Stenger <christian.stenger@qt.io>2018-11-02 12:02:35 +0000
commit42ced7ac94b65b8b596cc044073a92b8bc10df20 (patch)
tree2160a94dc35750a074509a572fbd656e6ffd920b /tests/system/suite_tools/tst_codepasting/test.py
parenta59097086b5f87cd4e5d71498e35f987f4239741 (diff)
downloadqt-creator-42ced7ac94b65b8b596cc044073a92b8bc10df20.tar.gz
Squish: Test latest added pasting service
Change-Id: I2b062a3c3c0ad172e0f5ad3b37262c9278351a48 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Diffstat (limited to 'tests/system/suite_tools/tst_codepasting/test.py')
-rw-r--r--tests/system/suite_tools/tst_codepasting/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/system/suite_tools/tst_codepasting/test.py b/tests/system/suite_tools/tst_codepasting/test.py
index 7f3b1760c7..fc2459ae51 100644
--- a/tests/system/suite_tools/tst_codepasting/test.py
+++ b/tests/system/suite_tools/tst_codepasting/test.py
@@ -37,6 +37,7 @@ skipPastingToPastebinCom = platform.system() not in __platformToBeRunToday__()
NAME_KDE = "Paste.KDE.Org"
NAME_PBCA = "Pastebin.Ca"
NAME_PBCOM = "Pastebin.Com"
+NAME_PCXYZ = "Pastecode.Xyz"
serverProblems = "Server side problems."
@@ -175,7 +176,7 @@ def main():
startQC()
if not startedWithoutPluginError():
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")
# make sure General Messages is open
openGeneralMessages()