aboutsummaryrefslogtreecommitdiff
path: root/unittests/allplatformstests.py
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/allplatformstests.py')
-rw-r--r--unittests/allplatformstests.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py
index b7881f6..6a405c1 100644
--- a/unittests/allplatformstests.py
+++ b/unittests/allplatformstests.py
@@ -3091,6 +3091,10 @@ class AllPlatformTests(BasePlatformTests):
integer: 1
boolean: True
+ subsub undefined
+
+ Something: Some value
+
My Project 1.0
Configuration
@@ -3120,6 +3124,7 @@ class AllPlatformTests(BasePlatformTests):
Subprojects
sub : YES
sub2 : NO Problem encountered: This subproject failed
+ subsub : YES
''')
expected_lines = expected.split('\n')[1:]
out_start = out.find(expected_lines[0])