Skip to content

Commit 9a473c7

Browse files
committed
Add and use BaselineOfZincHTTPComponents>>#unloadBaselineOfZodiac
See #154
1 parent 81607dd commit 9a473c7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

repository/BaselineOfZincHTTPComponents.package/BaselineOfZincHTTPComponents.class/instance/baseline..st

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
baselines
22
baseline: spec
33
<baseline>
4+
self unloadBaselineOfZodiac.
45
spec for: #common do: [
56
spec
67
baseline: 'Zodiac' with: [ spec repository: 'github://svenvc/zodiac:master/repository' ];
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
doits
2+
unloadBaselineOfZodiac
3+
"Recent Pharo versions already contain a BaselineOfZodiac,
4+
but it is a bogus one as Zinc-Zodiac-Tests is not a Zodiac package but a Zinc package.
5+
Due to a problem with Monticello, the baseline is not reloaded.
6+
Force a reload by unloading/removing it. This is a hack."
7+
8+
(MCWorkingCopy hasPackageNamed: 'BaselineOfZodiac')
9+
ifTrue: [
10+
(MCWorkingCopy forPackageNamed: 'BaselineOfZodiac') unload ]

0 commit comments

Comments
 (0)