Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-24779

Windows: File URL issues in declarative autotests

XMLWordPrintable

    • 21e228afa711ea040170445c649f725bedc394fe

      Some declarative autotests have issues with file URLs in Windows due to the drive letter. The problematic tests are:

      These tests fails two cases due to incorrect file URL when checking some of the error results. In windows file URLs look like this: "file:///C:/foo/bar" whereas the test expects "file://C:/foo/bar":
      tst_qqmlecmascript
      tst_QQuickLoader

      Tests failing because they are using testFile() somewhere where they should use testFileUrl():
      tst_rendernode
      tst_qquickfontloader
      tst_QQuickGridView
      tst_QQuickItemLayer
      tst_qquickpositioners

      Not using shared util functions at all for data file resolving:
      tst_QQuickMultiPointTouchArea

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            e0348803 Miikka Heikkinen
            e0348803 Miikka Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes