From b7f593d99e2c02ddf8bde439df43b98c3d1caa0b Mon Sep 17 00:00:00 2001 From: Paulo Alcantara Date: Wed, 19 Oct 2011 16:30:36 -0300 Subject: Fix bug 1022 - "RuntimeError: maximum recursion depth exceeded while getting the str of an object" Reviewer: Hugo Parente Lima Marcelo Lira Luciano Wolf Signed-off-by: Paulo Alcantara --- tests/QtScript/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/QtScript/CMakeLists.txt') diff --git a/tests/QtScript/CMakeLists.txt b/tests/QtScript/CMakeLists.txt index a3c7c7ded..dfea68df0 100644 --- a/tests/QtScript/CMakeLists.txt +++ b/tests/QtScript/CMakeLists.txt @@ -1,4 +1,5 @@ PYSIDE_TEST(base_test.py) +PYSIDE_TEST(bug_1022.py) PYSIDE_TEST(engine_test.py) PYSIDE_TEST(property_test.py) PYSIDE_TEST(qscriptvalue_test.py) -- cgit v1.2.3