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:
Robert Loehning
2015-06-01 22:34:30 +02:00
committed by Christian Stenger
parent 3627f311f3
commit e869d794c8

View File

@@ -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