Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 57c800e

Browse files
authored
Merge pull request #1681 from livecode/bugfix-msg_tests
[[ Bug ]] Fix global prop tests
2 parents 594d33a + 2e4c8c7 commit 57c800e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/messagebox/execution.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ on TestGlobalPropertyCompleted
8585
local tValidScript
8686
ideExecuteScript "backdrop", empty, false, tValidScript
8787

88-
TestAssert "global prop value with 'put the' prepended", msg is "none"
88+
TestAssert "global prop value with 'put the' prepended", msg is the backdrop
8989
TestAssert "global prop executed with 'put the' prepended", tValidScript is "put the backdrop"
9090

9191
put empty into msg
9292

9393
ideExecuteScript "the backdrop", empty, false, tValidScript
9494

95-
TestAssert "global prop value with 'put' prepended", msg is "none"
95+
TestAssert "global prop value with 'put' prepended", msg is the backdrop
9696
TestAssert "global prop executed with 'put' prepended", tValidScript is "put the backdrop"
9797
end TestGlobalPropertyCompleted
9898

0 commit comments

Comments
 (0)