Squish: Update tst_codepasting after fix

Change-Id: Iff1c90abf424513941de947ae3e9f994a633d67d
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Robert Loehning
2013-12-12 12:46:59 +01:00
parent cdf5c36f64
commit d3f9b90c10

View File

@@ -50,7 +50,6 @@ def main():
pasteEditor = waitForObject(":stackedWidget.plainTextEdit_QPlainTextEdit")
test.compare(pasteEditor.plainText, sourceText, "Verify that dialog shows text from the editor")
description = "Description %s" % datetime.utcnow()
if protocol != "Paste.KDE.Org": # QTCREATORBUG-11065
type(waitForObject(":uiDescription_QLineEdit"), description)
typeLines(pasteEditor, "// tst_codepasting %s" % datetime.utcnow())
pastedText = pasteEditor.plainText