Comment 0 for bug 1272174

Revision history for this message
Leo Arias (elopio) wrote : ConditionalLayout cannot be activated without a containerTest warning:

We need to remove all the warnings from the test suite, so that when a new warning appears we can tell if it's a real problem or something we can safely ignore. Currently there are too many warnings when running make check, and they might be hiding real bugs.

There are three warnings on tst_Layouts::testCase_PositioningOnLayoutChange():

QWARN : tst_Layouts::testCase_PositioningOnLayoutChange() file:///home/elopio/workspace/canonical/ubuntu-ui-toolkit/trunk/tests/unit_x11/tst_layouts/PositioningOnLayoutChange.qml:42:13: QML ConditionalLayout: ERROR: no container specified for layout "landscape". ConditionalLayout cannot be activated without a container.
QWARN : tst_Layouts::testCase_PositioningOnLayoutChange() file:///home/elopio/workspace/canonical/ubuntu-ui-toolkit/trunk/tests/unit_x11/tst_layouts/PositioningOnLayoutChange.qml:42:13: QML ConditionalLayout: WARNING: Cannot activate layout "landscape" with no container specified. Falling back to default layout.
QWARN : tst_Layouts::testCase_PositioningOnLayoutChange() file:///home/elopio/workspace/canonical/ubuntu-ui-toolkit/trunk/tests/unit_x11/tst_layouts/PositioningOnLayoutChange.qml:42:13: QML ConditionalLayout: WARNING: Cannot activate layout "landscape" with no container specified. Falling back to default layout.