Skip to content

Commit

Permalink
Suppress load order merge warning in tests
Browse files Browse the repository at this point in the history
...because it needlessly breaks smalltalkCI builds.
  • Loading branch information
j4yk committed May 31, 2020
1 parent 1f4aedd commit 6db4fdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ testMergeWithAddedArtifactOnBothSides
self assert: diff hasConflicts.
diff content startDiff chooseRight.
request resume]
on: Warning do: [:e | e resume]
] valueSupplyingAnswers: {{'*'. #default}}.
self assert: #right equals: (self workingCopy objectAt: 'added') contents.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"testMergeSingleArtifact" : "jr 4/29/2018 17:08",
"testMergeTwoOrphanedVersions" : "jr 4/29/2018 16:56",
"testMergeVersionWithLoadedObjects" : "jr 4/29/2018 17:34",
"testMergeWithAddedArtifactOnBothSides" : "jr 10/31/2017 21:35",
"testMergeWithAddedArtifactOnBothSides" : "jr 5/31/2020 20:47",
"testMergeWithConflicts" : "jr 5/30/2019 00:26",
"testMergeWithConflictsChooseRemote" : "jr 5/29/2019 23:36",
"testMergeWithRemovedArtifactOnBothSides" : "jr 4/15/2018 00:06",
Expand Down

0 comments on commit 6db4fdf

Please sign in to comment.