Skip to content

Commit

Permalink
udapte the API for testing file requests
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jun 21, 2024
1 parent d34ce71 commit 0000eb6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/PharoLauncher-Tests-Commands/PhLTestRequest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ PhLTestRequest >> chooseFrom: aCollection [
]

{ #category : 'noop' }
PhLTestRequest >> extensionsToShow: aCollection [
PhLTestRequest >> currentFolder: aFileLocator [
"noop"
]

{ #category : 'noop' }
PhLTestRequest >> filter: aFilterString [
"noop"
]

Expand All @@ -52,11 +57,6 @@ PhLTestRequest >> parentWindow: aWindowPresenter [
"no need to keep the parent"
]

{ #category : 'noop' }
PhLTestRequest >> path: aFileLocator [
"noop"
]

{ #category : 'accessing' }
PhLTestRequest >> request [
^ (validationBlock value: self answer)
Expand Down

0 comments on commit 0000eb6

Please sign in to comment.