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

Commit 7d70977

Browse files
committed
[[ Tests ]] Fix bugs in scriptstatus test
1 parent a0eb222 commit 7d70977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/core/scriptstatus.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ private command __RecursiveTest pObject
7272
__RecursiveTest the long id of card id tID of pObject
7373
end repeat
7474
repeat for each line tID in the sharedGroupIDs of pObject
75-
__RecursiveTest the long id of group id tID of pObject
75+
__RecursiveTest the long id of control id tID of pObject
7676
end repeat
7777
break
7878
case "card"
7979
repeat for each line tID in the childControlIDs of pObject
8080
if word 1 of the name of control id tID of pObject is "group" and \
81-
the sharedBehavior of pObject then
81+
the sharedBehavior of control id tID of pObject then
8282
next repeat
8383
end if
8484
__RecursiveTest the long id of control id tID of pObject

0 commit comments

Comments
 (0)