Skip to content

Commit

Permalink
Issue Metacello#355: add some error logging to MetacelloGithubIssue27…
Browse files Browse the repository at this point in the history
…7TestCase>>testBitbucketRepositoryPatternMatchingA
  • Loading branch information
dalehenrich committed Jul 9, 2015
1 parent 23f9d8f commit cb3cbce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Expand Up @@ -10,5 +10,7 @@ testBitbucketRepositoryPatternMatchingA
do: [ :ex |
Transcript
cr;
show: 'testBitbucketRepositoryPatternMatchingA: ' , ex description.
show: 'testBitbucketRepositoryPatternMatchingA: ' , ex description;
cr;
show: (GsProcess stackReportToLevel: 100).
ex pass ]
Expand Up @@ -5,7 +5,7 @@
"bitbucketTagsJSON" : "dkh 10/14/2014 11:34",
"githubTagsJSON" : "dkh 10/14/2014 11:24",
"testBitbucketJSONParse" : "dkh 10/14/2014 15:25",
"testBitbucketRepositoryPatternMatchingA" : "dkh 10/16/2014 22:04",
"testBitbucketRepositoryPatternMatchingA" : "dkh 07/09/2015 11:12",
"testBitbucketRepositoryPatternMatchingB" : "dkh 10/14/2014 15:22",
"testBitbucketRepositoryPatternMatchingC" : "dkh 10/14/2014 15:23",
"testBitbucketRepositoryPatternMatchingD" : "dkh 10/15/2014 14:39",
Expand Down

0 comments on commit cb3cbce

Please sign in to comment.