File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/FS-Tests-Core.package/FSReferenceTest.class Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ testReadStreamDoNotFound
33 | ref |
44 ref := filesystem / ' plonk' .
55 self
6- should: [ref readStreamDo: [:s]]
7- raise: FileDoesNotExist
6+ should: [ref readStreamDo: [:s | ]]
7+ raise: FileDoesNotExist
Original file line number Diff line number Diff line change 4646 "testPathRelativeTo" : " CamilloBruni 8/12/2011 15:48" ,
4747 "testReadStream" : " cwp 2/26/2011 18:11" ,
4848 "testReadStreamDo" : " cwp 2/18/2011 16:17" ,
49- "testReadStreamDoNotFound" : " jr 3/5/2017 13:14 " ,
49+ "testReadStreamDoNotFound" : " ct 12/29/2021 20:27 " ,
5050 "testReadStreamDoifAbsent" : " cwp 2/18/2011 16:17" ,
5151 "testReadStreamDoifAbsentNot" : " CamilloBruni 8/12/2011 15:47" ,
5252 "testReadStreamIfAbsent" : " cwp 2/26/2011 18:11" ,
You can’t perform that action at this time.
0 commit comments