summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/scene3d/tst_light.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmltest/scene3d/tst_light.qml')
-rw-r--r--tests/auto/qmltest/scene3d/tst_light.qml38
1 files changed, 37 insertions, 1 deletions
diff --git a/tests/auto/qmltest/scene3d/tst_light.qml b/tests/auto/qmltest/scene3d/tst_light.qml
index 55a18a56..d9fa282b 100644
--- a/tests/auto/qmltest/scene3d/tst_light.qml
+++ b/tests/auto/qmltest/scene3d/tst_light.qml
@@ -25,5 +25,41 @@ Item {
height: 150
width: 150
- // TODO: Add tests for Light3D
+ // TODO: Has no adjustable properties yet.
+ // Keeping this as a placeholder for future implementations (QTRD-2406)
+ /*
+ Light3D {
+ id: initial
+ }
+
+ Light3D {
+ id: initialized
+ }
+
+
+ Light3D {
+ id: change
+ }
+
+ TestCase {
+ name: "Light3D Initial"
+
+ function test_initial() {
+ }
+ }
+
+ TestCase {
+ name: "Light3D Initialized"
+
+ function test_initialized() {
+ }
+ }
+
+ TestCase {
+ name: "Light3D Change"
+
+ function test_change() {
+ }
+ }
+ */
}