From c9999a9382ecf5ca2571b4b032e50673c3080f42 Mon Sep 17 00:00:00 2001
From: Christian Stenger <christian.stenger@nokia.com>
Date: Wed, 22 Feb 2012 16:30:39 +0100
Subject: [PATCH] Squish: Fix for running inside Jenkins
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: I443864e41e227e2d5638f668de272c6c7b9a5229
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
---
 tests/system/suite_general/tst_create_proj_wizard/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system/suite_general/tst_create_proj_wizard/test.py b/tests/system/suite_general/tst_create_proj_wizard/test.py
index 0f3f9d4c4c4..3703b1dd1b8 100644
--- a/tests/system/suite_general/tst_create_proj_wizard/test.py
+++ b/tests/system/suite_general/tst_create_proj_wizard/test.py
@@ -19,7 +19,7 @@ def main():
     categoriesView = waitForObject("{type='QTreeView' name='templateCategoryView' visible='1'}", 20000)
     catModel = categoriesView.model()
     projects = catModel.index(0, 0)
-    test.compare("Projects", projects.data())
+    test.compare("Projects", str(projects.data()))
     comboBox = waitForObject("{name='comboBox' type='QComboBox' visible='1' "
                              "window=':New_Core::Internal::NewDialog'}")
     test.compare(comboBox.currentText, "All templates")
-- 
GitLab