Skip to content

Commit

Permalink
Issue #286: fix error in MetacelloScriptingGetTestCase>>tearDownRepos…
Browse files Browse the repository at this point in the history
…itories ... remove MetacelloScriptingGetTestCase logging ... cross fingers
  • Loading branch information
dalehenrich committed Oct 17, 2014
1 parent 94ea1c5 commit d7f2bb7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 25 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ tearDownRepositories
super tearDownRepositories.
MCRepositoryGroup default
removeRepository:
(Smalltalk at: #'Metacello_XXX_Test_Repository' ifAbsent: [ ]) Smalltalk
removeKey: #'Metacello_Config_Test_Repository'
ifAbsent: [ ].
(Smalltalk at: #'Metacello_XXX_Test_Repository' ifAbsent: [ ]).
Smalltalk removeKey: #'Metacello_Config_Test_Repository' ifAbsent: [ ].
Smalltalk removeKey: #'Metacello_XXX_Test_Repository' ifAbsent: [ ]
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
"class" : {
},
"instance" : {
"setUp" : "dkh 10/17/2014 16:16",
"setUpRepositoryContents" : "dkh 7/17/2012 07:18",
"tearDown" : "dkh 10/17/2014 16:16",
"tearDownRepositories" : "dkh 10/17/2014 15:47",
"tearDownRepositories" : "dkh 10/17/2014 16:21",
"testFileTreeGetBaseline" : "dkh 7/17/2012 10:11",
"testFileTreeGetConfigurationBasicSpecIV" : "dkh 6/22/2012 17:42",
"testFileTreeGetConfigurationBasicSpecX" : "dkh 6/22/2012 17:42",
Expand Down

Large diffs are not rendered by default.

0 comments on commit d7f2bb7

Please sign in to comment.