aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-10-21 09:10:50 +0200
committerEike Ziller <eike.ziller@qt.io>2020-10-21 09:10:50 +0200
commitcc6f35016ab6f7a1ce82a39582141ab8a35b7bce (patch)
tree91c59036ad3261ba253a36bfd5e69e5d9164cf24 /tests
parent0ca9ea353c91b9715e1dc9e8533560f94f261e23 (diff)
parent15c9de9251af76fdfd6798ad35d7d912deb99644 (diff)
Merge remote-tracking branch 'origin/4.13' into 4.14
Diffstat (limited to 'tests')
-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")