X Tutup
Skip to content

Commit 3e8eeb2

Browse files
author
Johan Brichau
authored
Merge pull request SeasideSt#120 from SeasideSt/119-Can-we-remove-GRUtf8CodecTestexpectedFailures-
Move expected failures declaration to Pharo package
2 parents f0a32e5 + b233f8d commit 3e8eeb2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

repository/Grease-Tests-Core.package/GRUtf8CodecTest.class/instance/expectedFailures.st renamed to repository/Grease-Tests-Pharo-Core.package/GRUtf8CodecTest.extension/instance/expectedFailures.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
testing
1+
*Grease-Tests-Pharo-Core
22
expectedFailures
33
^ SystemVersion current major < 9
44
ifTrue: [ #(testCodecUtf8ShortestForm) ]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name" : "GRUtf8CodecTest"
3+
}

0 commit comments

Comments
 (0)
X Tutup