Skip to content

Commit

Permalink
Add method to ignore author behavior in P13 but keeping compatibility…
Browse files Browse the repository at this point in the history
… with other plaforms for tests
  • Loading branch information
Hernán Morales Durand committed Aug 28, 2024
1 parent 92f5df5 commit af33caf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*Iceberg-Metacello-Integration
authorName: aString
"Do nothing. Kept here for SmalltalkCI compatibilitu with older/other platforms"
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"class" : {
},
"instance" : {
"authorName:" : "HernanMoralesDurand 28/8/2024 04:56" } }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
"name" : "IceMetacelloPharoPlatform" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
helpers
setAuthor: anAuthor
"Do nothing. Author was removed in Pharo 13"

0 comments on commit af33caf

Please sign in to comment.