forked from qt-creator/qt-creator
Squish: Update type of VCS log
Change-Id: Ia7359be2061a752a3e6957405b0150cd604b3bc7 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -615,9 +615,9 @@ def verifyItemOrder(items, text):
|
||||
|
||||
def openVcsLog():
|
||||
try:
|
||||
foundObj = waitForObject("{type='QPlainTextEdit' unnamed='1' visible='1' "
|
||||
foundObj = waitForObject("{type='Core::OutputWindow' unnamed='1' visible='1' "
|
||||
"window=':Qt Creator_Core::Internal::MainWindow'}", 2000)
|
||||
if className(foundObj) != 'QPlainTextEdit':
|
||||
if className(foundObj) != 'Core::OutputWindow':
|
||||
raise Exception("Found derived class, but not a pure QPlainTextEdit.")
|
||||
except:
|
||||
invokeMenuItem("Window", "Output Panes", "Version Control")
|
||||
|
||||
Reference in New Issue
Block a user