Skip to content

Commit

Permalink
Add test back in under pseudonym
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGrayStone committed Aug 5, 2021
1 parent 1668a38 commit 0b5a41d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
@@ -0,0 +1,14 @@
testing dynamic items
testDynamicItemsNotInForeignChildLists

self runQuery: 'Transcript clear'.
self assert: ((self itemMorphs
reject: [:each | each item isNil])
anySatisfy: [:each | each item algerType isKindOf: ALGDockingBarType ]).

self runQuery: 'Monticello' withCursorAt: 'Package'.
self algInstance showChildList.

self deny: ((self itemMorphs
reject: [:each | each item isNil])
anySatisfy: [:each | each item algerType isKindOf: ALGDockingBarType ])
Expand Up @@ -6,6 +6,7 @@
"testBreadcrumbsListSize" : "rk 8/5/2020 16:44",
"testClassAction" : "b 8/5/2021 15:30",
"testCloseWithEscape" : "b 6/2/2021 14:35",
"testDynamicItemsNotInForeignChildLists" : "NL 8/5/2021 20:07",
"testKeyBindingsValid" : "jRo 8/1/2020 11:19",
"testListContents" : "jRo 7/5/2020 22:15",
"testMethodAction" : "b 8/5/2021 15:36",
Expand Down

0 comments on commit 0b5a41d

Please sign in to comment.