summaryrefslogtreecommitdiff
path: root/tests/system/suite_qtquick/tst_qtquick_creation2/test.py
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2011-09-23 20:40:57 +0200
committerRobert Löhning <robert.loehning@nokia.com>2011-09-26 12:22:07 +0200
commit08dfd0d08ab9ddaab5f92a52965348233d5c98fb (patch)
tree75ca1b7363444b0ffd014a367c508d089d18822f /tests/system/suite_qtquick/tst_qtquick_creation2/test.py
parent3281716d5eab2aac57fc21680bef553c3300880a (diff)
downloadqt-creator-08dfd0d08ab9ddaab5f92a52965348233d5c98fb.tar.gz
Squish: Improved path constants
Renamed the old constant SDKPath to srcPath because this is where sources are. Added new constant sdkPath for the root directory of the Qt SDK installation. Change-Id: I1b1f346554f58629a9d1882f90250f21708e4d22 Reviewed-on: http://codereview.qt-project.org/5474 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Diffstat (limited to 'tests/system/suite_qtquick/tst_qtquick_creation2/test.py')
-rw-r--r--tests/system/suite_qtquick/tst_qtquick_creation2/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_qtquick/tst_qtquick_creation2/test.py b/tests/system/suite_qtquick/tst_qtquick_creation2/test.py
index a74f2b6a71..780fd0afcc 100644
--- a/tests/system/suite_qtquick/tst_qtquick_creation2/test.py
+++ b/tests/system/suite_qtquick/tst_qtquick_creation2/test.py
@@ -26,7 +26,7 @@ def prepareTemplate():
global templateDir
templateDir = tempDir()
templateDir = os.path.abspath(templateDir + "/template")
- sourceExample = os.path.abspath(SDKPath + "/../Examples/4.7/declarative/text/textselection")
+ sourceExample = os.path.abspath(sdkPath + "/Examples/4.7/declarative/text/textselection")
shutil.copytree(sourceExample, templateDir)
def createNewQtQuickApplication():