fix qmltest unit test failures
authorCharles Yin <charles.yin@nokia.com>
Mon, 30 May 2011 05:24:49 +0000 (15:24 +1000)
committerCharles Yin <charles.yin@nokia.com>
Mon, 30 May 2011 05:24:49 +0000 (15:24 +1000)
Change-Id: I489d1559411f5804f11f4601e34011bc38742b02

tests/auto/qmltest/borderimage/InvalidSciFile.qml [moved from tests/auto/qmltest/qdeclarativeborderimage/InvalidSciFile.qml with 100% similarity]
tests/auto/qmltest/borderimage/colors-round.sci [moved from tests/auto/qmltest/qdeclarativeborderimage/colors-round.sci with 100% similarity]
tests/auto/qmltest/borderimage/colors.png [moved from tests/auto/qmltest/qdeclarativeborderimage/colors.png with 100% similarity]
tests/auto/qmltest/borderimage/invalid.sci [moved from tests/auto/qmltest/qdeclarativeborderimage/invalid.sci with 100% similarity]
tests/auto/qmltest/borderimage/tst_borderimage.qml [moved from tests/auto/qmltest/qdeclarativeborderimage/tst_borderimage.qml with 97% similarity]

@@ -231,8 +231,8 @@ Item {
 
 
         function test_invalidSciFile() {
-            ignoreWarning("QDeclarativeGridScaledImage: Invalid tile rule specified. Using Stretch.") // for "Roun"
-            ignoreWarning("QDeclarativeGridScaledImage: Invalid tile rule specified. Using Stretch.") // for "Repea"
+            ignoreWarning("QSGGridScaledImage: Invalid tile rule specified. Using Stretch.") // for "Roun"
+            ignoreWarning("QSGGridScaledImage: Invalid tile rule specified. Using Stretch.") // for "Repea"
 
             var component = Qt.createComponent("InvalidSciFile.qml")
             var invalidSciFile = component.createObject(top)