We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7eda3 commit 11aae61Copy full SHA for 11aae61
1 file changed
tests/lcs/core/engine/globalproperties.livecodescript
@@ -34,10 +34,10 @@ on TestGetSetSecurityPermissions
34
TestAssert "Getting new securityPermissions correctly", the securityPermissions is tNewPermissions
35
end TestGetSetSecurityPermissions
36
37
-on TestDeleteGraphicRefToGlobals
+on TestDeletingMenubarGroupDereferencesProperly
38
create group
39
set the menubar to it
40
set the defaultmenubar to it
41
delete it
42
TestAssert "did not crash", true
43
-end TestDeleteGraphicRefToGlobals
+end TestDeletingMenubarGroupDereferencesProperly
0 commit comments