Squish: Use sections for services in tst_codepasting

Change-Id: If97331e3a18f44ca82ad81c7609dc3162caf5254
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2018-07-27 15:43:55 +02:00
parent 7cc5376f0d
commit 8c0042da40

View File

@@ -177,6 +177,7 @@ def main():
openGeneralMessages() openGeneralMessages()
clickButton(waitForObject(":*Qt Creator.Clear_QToolButton")) clickButton(waitForObject(":*Qt Creator.Clear_QToolButton"))
for protocol in protocolsToTest: for protocol in protocolsToTest:
with TestSection(protocol):
skippedPasting = True skippedPasting = True
description = "Paste from 2017-05-11" description = "Paste from 2017-05-11"
if protocol == NAME_KDE: if protocol == NAME_KDE: