Skip to content

Commit

Permalink
Issue Metacello#162: fix indadvertant use of baselineName
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 24, 2015
1 parent dd712bd commit 88c74b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
Expand Up @@ -11,7 +11,6 @@ setUp
self tempRepositories add: repo.
Smalltalk at: self alternatRepositoryName put: repo.
Smalltalk at: self configurationName ifPresent: [ :cl | cl removeFromSystem ].
Smalltalk at: self baselineName ifPresent: [ :cl | cl removeFromSystem ].
repo := MetacelloConfigurationResource current monticelloRepository.
self tempRepositories add: repo.
Smalltalk at: #'Metacello_Configuration_Test_Repository' put: repo.
Expand Down
Expand Up @@ -11,17 +11,11 @@ tearDown
Smalltalk removeKey: #'Metacello_Gofer_Test_Repository' ifAbsent: [ ].
Smalltalk removeKey: #'Metacello_Configuration_Test_Repository' ifAbsent: [ ].
Smalltalk at: self configurationName ifPresent: [ :cl | cl removeFromSystem ].
Smalltalk at: self baselineName ifPresent: [ :cl | cl removeFromSystem ].
self tempRepositories
do: [ :repo | MCRepositoryGroup default removeIdenticalRepository: repo ].
(self hasPackage: self configurationName asString)
ifTrue: [
Gofer new
package: self configurationName asString;
metacelloUnload ].
(self hasPackage: self baselineName asString)
ifTrue: [
Gofer new
package: self baselineName asString;
metacelloUnload ].
MetacelloPlatform current authorName: authorName
Expand Up @@ -13,8 +13,8 @@
"releaseDevelopment" : "DaleHenrichs 12/17/2010 16:35",
"repositoryName" : "DaleHenrichs 1/5/2011 15:16",
"runCase" : "ChristopheDemarey 5/24/2013 15:05",
"setUp" : "dkh 10/23/2015 16:59",
"tearDown" : "dkh 10/23/2015 17:00",
"setUp" : "dkh 10/23/2015 20:45",
"tearDown" : "dkh 10/23/2015 20:46",
"tearDownPackages:" : "DaleHenrichs 12/18/2010 11:58",
"tempRepositories" : "dkh 4/18/2011 18:20",
"testCreateConfiguration" : "dkh 11/10/2014 15:55",
Expand Down

0 comments on commit 88c74b5

Please sign in to comment.