Make SG Text test work by disabling pixmap comparison.
authorMartin Jones <martin.jones@nokia.com>
Wed, 18 May 2011 04:15:40 +0000 (14:15 +1000)
committerMartin Jones <martin.jones@nokia.com>
Wed, 18 May 2011 04:25:10 +0000 (14:25 +1000)
This won't work with scenegraph.  Manual test needed.

tests/auto/declarative/qsgtext/tst_qsgtext.cpp

index 310b132..27db79b 100644 (file)
@@ -474,6 +474,8 @@ void tst_qsgtext::alignments_data()
 
 void tst_qsgtext::alignments()
 {
+    QSKIP("Text alignment pixmap comparison tests will not work with scenegraph", SkipAll);
+
     QFETCH(int, hAlign);
     QFETCH(int, vAlign);
     QFETCH(QString, expectfile);