Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed wrong version comparison for expected failure in test
  • Loading branch information
Johan Brichau committed Aug 16, 2021
commit eee09562eff1f6936177a1594f6575e2e16f8c20
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ expectedFailures
| versionString |
versionString := systemVersion current version.
(versionString beginsWith: 'Pharo') ifTrue: [
systemVersion current major <= 7
systemVersion current major < 7
ifTrue: [ ^ #(testReadWriteToFileInFolderTextUTF8) ] ] ].
^ #()