Files
qt-creator/tests/unit/unittest/qmlprojectmanager/data
Burak Hancerli fbc4848f96 QmlProject: Support QDS. prefix when reading
This patch also includes a small update to skip creating 'shaderTool'
object in the json container if it doesn't exist in the qmlproject
file.

Task-number: QDS-9969
Change-Id: I1b8639c5e0a57aa77cbd417b51d57c1f4910613a
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2023-05-31 09:44:23 +00:00
..

Test Set Information

This document contains information about the purpose of each test sets.

Getter/Setter test data

  • testfile-1.qmlproject: QmlProject file with properly filled out object
  • testfile-2.qmlproject: QmlProject file with empty objects

Converter test data

Test functions iterate over the "test-set-*" folders and run the tests by using the files inside them.

  • testfile.qmlproject: Original QmlProject file that'll be converted
  • testfile.qmltojson: JSON-converted version of the .qmlproject file
  • testfile.jsontoqml: QmlProject-converted version of the .qmltojson file

test-set-1

  • purpose: testing complex qmlproject file convertion
  • origin: custom project

test-set-2

  • purpose: testing fileselectors
  • origin: file selectors example from playground

File Filters test data

Test data contains an example project folders that file filters will be initialized and tested.

  • filelist.txt: List of the files need to be found by the file filters.