Skip to content

Commit

Permalink
Merge pull request #1495 from pharo-spec/dev-3.0
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
Ducasse committed Dec 21, 2023
2 parents b64e3bc + b9969a2 commit 905417d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/Spec2-Code-Tests/SpCodeSystemNavigationMock.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ SpCodeSystemNavigationMock >> browseHierarchy: aClass selector: aSelector [
browseSelector := aSelector
]

{ #category : 'enumerating' }
SpCodeSystemNavigationMock >> browseMessageList: aList name: labelString autoSelect: autoSelectString refreshingBlock: aBlock [

messageList := aList
]

{ #category : 'enumerating' }
SpCodeSystemNavigationMock >> browseMessageList: aList name: labelString highlight: autoSelectString refreshingBlock: aBlock [

Expand Down
1 change: 0 additions & 1 deletion src/Spec2-Dialogs/SpApplication.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ SpApplication >> confirm: aString [

{ #category : '*Spec2-Dialogs' }
SpApplication >> inform: aString [
"Displays an inform dialog, for more configurable version please use `self application newInform title: ....`."

^ self backend inform: aString
]
Expand Down

0 comments on commit 905417d

Please sign in to comment.