This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ on TestStackNameChangedEdited
6767 TestAssert "Stack with name change is marked edited" , revIDEStackIsEdited("TestStackNewName" )
6868end TestStackNameChangedEdited
6969
70- on TestStackOpenFieldEdited
70+ on TestStackOpenFieldEdited
7171 local tStackName
7272 create stack
7373 put the short name of it into tStackName
@@ -78,9 +78,7 @@ on TestStackOpenFieldEdited
7878 put it into tFieldID
7979 revIDESetUnedited tStackName
8080
81- -- Simulate openField
82- choose browse tool
83- click at the loc of tFieldID
81+ dispatch "openField" to tFieldID
8482
8583 TestAssert "Stack with opened field is marked edited" , revIDEStackIsEdited(tStackName )
8684end TestStackOpenFieldEdited
Original file line number Diff line number Diff line change @@ -1718,6 +1718,11 @@ end TestImageDefaultProps
17181718
17191719
17201720on TestPlayerDefaultProps
1721+ if the platform is "linux" then
1722+ TestSkip "player property tests" , "Bug 18618"
1723+ exit TestPlayerDefaultProps
1724+ end if
1725+
17211726 local tObjectID
17221727 revIDEActionCreateObject "com.livecode.interface.classic.Player"
17231728 put the result into tObjectID
You can’t perform that action at this time.
0 commit comments