Skip to content

Commit

Permalink
Issue #136: additional MCFileTreeIssue136Test>>tearDown logic needed …
Browse files Browse the repository at this point in the history
…for failed method test
  • Loading branch information
dalehenrich committed Jan 31, 2015
1 parent 78a6033 commit 71349fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
running
tearDown
super tearDown.
Smalltalk at: #'CypressMockIssue97' ifPresent: [ :cl | cl removeFromSystem ]
Smalltalk at: #'CypressMockIssue97' ifPresent: [ :cl | cl removeFromSystem ].
(Object selectors includes: #'isCypressMockIssue97')
ifTrue: [ Object removeSelector: #'isCypressMockIssue97' ]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
},
"instance" : {
"expectedFailures" : "dkh 01/31/2015 12:48",
"tearDown" : "dkh 01/31/2015 12:29",
"tearDown" : "dkh 01/31/2015 12:59",
"tearDownPackagesList" : "dkh 01/31/2015 07:31",
"testClassError" : "dkh 01/31/2015 07:46",
"testExtensionMethodError" : "dkh 01/31/2015 10:22" } }
Loading

0 comments on commit 71349fd

Please sign in to comment.