forked from qt-creator/qt-creator
Squish: Test latest added pasting service
Change-Id: I2b062a3c3c0ad172e0f5ad3b37262c9278351a48 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user