summaryrefslogtreecommitdiffstats
path: root/tests/scene/test_node.h
diff options
context:
space:
mode:
authorA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-06-29 17:31:56 +0200
committerA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-06-29 18:35:50 +0200
commit17929a34430f526f01eb4ef29329d082643a6d03 (patch)
tree05c32c7386c1e04830e2648137991e2403200ed8 /tests/scene/test_node.h
parent25de53e147a04ba15afc461b3ad4aa1884ff927d (diff)
downloadredot-engine-17929a34430f526f01eb4ef29329d082643a6d03.tar.gz
[Tests] Fix unit tests in template builds
Diffstat (limited to 'tests/scene/test_node.h')
-rw-r--r--tests/scene/test_node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/scene/test_node.h b/tests/scene/test_node.h
index 05764d8f29..e387c73f9f 100644
--- a/tests/scene/test_node.h
+++ b/tests/scene/test_node.h
@@ -529,6 +529,7 @@ TEST_CASE("[SceneTree][Node]Exported node checks") {
memdelete(dup);
}
+#ifdef TOOLS_ENABLED
SUBCASE("Saving instance with exported nodes should not store the unchanged property") {
Ref<PackedScene> ps;
ps.instantiate();
@@ -602,6 +603,7 @@ TEST_CASE("[SceneTree][Node]Exported node checks") {
}
CHECK_EQ(stored_properties, 2);
}
+#endif // TOOLS_ENABLED
memdelete(node);
}