forked from qt-creator/qt-creator
Squish: Update Creator's sources to v4.1.0-beta1
Change-Id: I7176f77a55816bc35184b9689838b78b8d0baff7 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Christian Stenger
parent
bafdc3562d
commit
3685499785
@@ -17,7 +17,7 @@ Fourth - you'll have to provide some additional repositories (and for the hookin
|
||||
These additional repositories are located inside ~/QtSDK/src or C:\QtSDK\src (depending on the OS you're on).
|
||||
You can also just provide them inside a different folder and specify the folder with the environment variable SYSTEST_SRCPATH.
|
||||
This folder must contain the following:
|
||||
* a QtCreator repository (or source copy) of tag v3.5.0 named 'creator' including the submodule src/shared/qbs
|
||||
* a QtCreator repository (or source copy) of tag v4.1.0-beta1 named 'creator' including the submodule src/shared/qbs
|
||||
* a subfolder called 'creator-test-data'
|
||||
* a speedcrunch 0.11 repository (or source copy) inside 'creator-test-data' named 'speedcrunch'
|
||||
* additional Squish versions for hooking into subprocesses inside different folders inside 'creator-test-data' following the information below
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -65,7 +65,7 @@ def main():
|
||||
generalMessages = str(waitForObject(":Qt Creator_Core::OutputWindow").plainText)
|
||||
test.verify("Project MESSAGE: Cannot build Qt Creator with Qt version 5.3.1." in generalMessages,
|
||||
"Warning about outdated Qt shown?")
|
||||
test.verify("Project ERROR: Use at least Qt 5.4.0." in generalMessages,
|
||||
test.verify("Project ERROR: Use at least Qt 5.5.0." in generalMessages,
|
||||
"Minimum Qt version shown?")
|
||||
|
||||
# Now check some basic lookups in the search box
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user