forked from qt-creator/qt-creator
Revert "Squish: Fix verification in tst_rename_file"
Didn't think of the bug mentioned in my own comment. Sorry.
This reverts commit c7b7fde2bf
.
Change-Id: Ida2791a7c985c8036194df437c720a170a39458e
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
committed by
Christian Stenger
parent
3627f311f3
commit
e869d794c8
@@ -61,7 +61,7 @@ def main():
|
||||
previous, filename)
|
||||
# QTCREATORBUG-13176 does update the navigator async
|
||||
progressBarWait()
|
||||
if filetype == "Headers": # QTCREATORBUG-13204
|
||||
if tempFiletype == "Headers": # QTCREATORBUG-13204
|
||||
verifyRenamedIncludes(templateDir, "main.cpp", previous, filename)
|
||||
verifyRenamedIncludes(templateDir, "utility.cpp", previous, filename)
|
||||
previous = filename
|
||||
|
Reference in New Issue
Block a user