Skip to content

Commit

Permalink
Merge pull request #57 from hpi-swa-teaching/Release_Branch
Browse files Browse the repository at this point in the history
Fix testAllMethods
  • Loading branch information
tom95 authored May 11, 2022
2 parents 371aac1 + 8b25366 commit 71656c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .squot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OrderedDictionary {
'packages\/PoppyPrint-Core.package' : #SquotCypressCodeSerializer,
'packages\/PoppyPrint-Tests.package' : #SquotCypressCodeSerializer,
'packages\/BaselineOfPoppyPrint.package' : #SquotCypressCodeSerializer
'packages/PoppyPrint-Core.package' : #SquotCypressCodeSerializer,
'packages/PoppyPrint-Tests.package' : #SquotCypressCodeSerializer,
'packages/BaselineOfPoppyPrint.package' : #SquotCypressCodeSerializer
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tests - examples
testAllMethods
<timeout: 30 "seconds">
<timeout: 60 "seconds">

| methods results |
methods := self systemNavigation allClasses gather: [:class | class methodDictionary values, class theMetaClass methodDictionary values].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"canFormatMethod:" : "ct 4/7/2021 15:51",
"exampleExplorerContents" : "tobe 3/11/2021 10:20",
"exampleMorphDoLayoutIn" : "tobe 3/11/2021 09:00",
"testAllMethods" : "ct 4/8/2021 12:26",
"testAllMethods" : "KD 5/7/2022 10:23",
"testBinaryMessageChain" : "tobe 3/11/2021 10:58",
"testBinaryMessageChainWithParenthesis" : "tobe 3/11/2021 13:33",
"testCommentAtStartOfBlock" : "tobe 3/11/2021 10:08",
Expand Down

0 comments on commit 71656c4

Please sign in to comment.