diff options
author | Eduardo M. Fleury <eduardo.fleury@openbossa.org> | 2009-10-01 18:04:20 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-10-06 09:29:15 (GMT) |
commit | 709cc9140407280aa5c871d4650c123002dfdd19 (patch) | |
tree | d4bd914f5dd12f48bd4e9324f358f625f08df85a | |
parent | 6367a702b13a440557d4e0a405ae6d34ef0b778f (diff) | |
download | Qt-709cc9140407280aa5c871d4650c123002dfdd19.zip Qt-709cc9140407280aa5c871d4650c123002dfdd19.tar.gz Qt-709cc9140407280aa5c871d4650c123002dfdd19.tar.bz2 |
QGraphicsAnchorLayout: Enable "float" Orbit test
Now supported after float patches.
Signed-off-by: Eduardo M. Fleury <eduardo.fleury@openbossa.org>
Reviewed-by: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
-rw-r--r-- | tests/auto/qgraphicsanchorlayout1/tst_qgraphicsanchorlayout1.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qgraphicsanchorlayout1/tst_qgraphicsanchorlayout1.cpp b/tests/auto/qgraphicsanchorlayout1/tst_qgraphicsanchorlayout1.cpp index caf078e..148b2c8 100644 --- a/tests/auto/qgraphicsanchorlayout1/tst_qgraphicsanchorlayout1.cpp +++ b/tests/auto/qgraphicsanchorlayout1/tst_qgraphicsanchorlayout1.cpp @@ -1415,9 +1415,6 @@ void tst_QGraphicsAnchorLayout1::testMixedSpacing_data() QTest::newRow("One widget, unsolvable") << QSizeF(10, 10) << theData << theResult; } - // ### BUG. We are not handling "floating" elements properly. Ie. elements that - // have no anchors in a given orientation. - if (0) // Two widgets, one has fixed size { BasicLayoutTestDataList theData; |