aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_tools
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2020-10-12 19:50:24 +0200
committerRobert Loehning <robert.loehning@qt.io>2020-10-20 09:26:28 +0000
commit15c9de9251af76fdfd6798ad35d7d912deb99644 (patch)
tree3c0fe82c259f7b68ab529b2c2fa059efcc2c5c0c /tests/system/suite_tools
parentfb0db5c745bc6fe4885afd11750e267f89cf99da (diff)
Squish: Update tst_codepasting
Change-Id: Ie908f0af267f420e107c06ae039bb085462f945d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system/suite_tools')
-rw-r--r--tests/system/suite_tools/tst_codepasting/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_tools/tst_codepasting/test.py b/tests/system/suite_tools/tst_codepasting/test.py
index a5441050a9..37b9832c3a 100644
--- a/tests/system/suite_tools/tst_codepasting/test.py
+++ b/tests/system/suite_tools/tst_codepasting/test.py
@@ -239,7 +239,7 @@ def main():
clickButton(waitForObject(":*Qt Creator.Clear_QToolButton"))
continue
test.compare(filenameCombo.currentText, "%s: %s" % (protocol, pasteId), "Verify title of editor")
- if protocol in (NAME_PBCOM, NAME_DPCOM) and pastedText.endswith("\n"):
+ if protocol in (NAME_DPCOM) and pastedText.endswith("\n"):
pastedText = pastedText[:-1]
test.compare(editor.plainText, pastedText, "Verify that pasted and fetched texts are the same")