Skip to content
Snippets Groups Projects
Commit 769788a4 authored by Robert Loehning's avatar Robert Loehning
Browse files

Squish: Remove outdated workaround from tst_codepasting


Change-Id: I62d236ad691c878a324a307d3e9b1ce6c183966a
Reviewed-by: default avatarChristian Stenger <christian.stenger@digia.com>
parent 9f2110f8
No related branches found
No related tags found
No related merge requests found
......@@ -77,8 +77,6 @@ def main():
clickButton(waitForObject(":CodePaster__Internal__PasteSelectDialog.OK_QPushButton"))
filenameCombo = waitForObject(":Qt Creator_FilenameQComboBox")
waitFor("not filenameCombo.currentText.isEmpty()", 20000)
if protocol == "Pastebin.Com":
protocol = "Pastebin.com"
editor = waitForObject(":Qt Creator_CppEditor::Internal::CPPEditorWidget")
test.compare(filenameCombo.currentText, "%s: %s" % (protocol, pasteId), "Verify title of editor")
test.compare(editor.plainText, pastedText, "Verify that pasted and fetched texts are the same")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment