File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
repository/BaselineOfZincHTTPComponents.package/BaselineOfZincHTTPComponents.class/instance Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 11baselines
22baseline: spec
33 < baseline>
4+ self unloadBaselineOfZodiac.
45 spec for: #common do: [
56 spec
67 baseline: ' Zodiac' with: [ spec repository: ' github://svenvc/zodiac:master/repository' ];
Original file line number Diff line number Diff line change 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 ]
You can’t perform that action at this time.
0 commit comments