Squish: Update moved license file in tst_git_clone

Change-Id: I8a34a878e91a64762b28b03d08334148a3dbe8d3
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2017-01-30 16:57:14 +01:00
parent 97760eda7a
commit bea5fe0a63

View File

@@ -74,7 +74,7 @@ def verifyVersionControlView(targetDir, canceled):
clickButton(waitForObject(":*Qt Creator.Clear_QToolButton"))
def verifyFiles(targetDir):
for file in [".gitignore", "LGPL_EXCEPTION.txt", "installerfw.pro",
for file in [".gitignore", "LICENSE.GPL3-EXCEPT", "installerfw.pro",
os.path.join("tests", "test-installer", "create-test-installer.bat"),
os.path.join("src", "sdk", "main.cpp")]:
test.verify(os.path.exists(os.path.join(targetDir, cloneDir, file)),