Skip to content

Commit

Permalink
Issue hpi-swa#48 ... okay SmalltalkCITest>>testClassesToTestBug fails…
Browse files Browse the repository at this point in the history
… ... restore the bugfix
  • Loading branch information
dalehenrich committed Feb 5, 2016
1 parent db690aa commit 61f1591
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -11,5 +11,5 @@ classesToTest
ifPresent: [ :includeDict | classes addAll: (self classesToTestFrom: includeDict) ].
spec testing
at: #'exclude'
ifPresent: [ :excludeDict | classes removeAll: (self classesToTestFrom: excludeDict) ].
ifPresent: [ :excludeDict | classes removeAllFoundIn: (self classesToTestFrom: excludeDict) ].
^ classes
Expand Up @@ -21,7 +21,7 @@
"instance" : {
"classesInCategory:" : "EatebanLorenzano 1/27/2016 13:06",
"classesInCategoryPrefix:" : "EatebanLorenzano 1/27/2016 13:06",
"classesToTest" : "dkh 02/05/2016 13:42",
"classesToTest" : "dkh 02/05/2016 12:06",
"classesToTestFrom:" : "travisCI 1/27/2016 16:27",
"compatibleSpecs" : "EatebanLorenzano 1/27/2016 13:53",
"finishUpAfterCI" : "fn 1/31/2016 19:03",
Expand Down
@@ -1 +1 @@
(name 'SmalltalkCI-Core-dkh.5' message 'let''s see if SmalltalkCITest>>testClassesToTestBug triggers the bug ' id 'c1f663f9-1011-48ac-9484-371e89c4bde6' date '02/05/2016' time '13:42:49' author 'dkh' ancestors ((name 'SmalltalkCI-Core-dkh.4' message 'Issue #48: fix the SmalltalkCI>>classesToTest in the GemSTone version of SmalltalkCI ... fix will need to be applied to the .st files ... if it shows up on other platforms' id '0ff67262-60ea-4335-94c9-df7ad9403927' date '02/05/2016' time '12:12:44' author 'dkh' ancestors ((name 'SmalltalkCI-Core-TravisCI.3' message 'Issue #48: clean up some of the GemStone implementation ... do need to implement runTests:)' id '0abd30be-5e25-432c-a726-7c574973650a' date '02/04/2016' time '16:14:54' author 'TravisCI' ancestors ((name 'SmalltalkCI-Core-dkh.2' message 'Issue #48: implement SmalltalkCIGemstone>>readSTONSpec: for GemStone ' id '71d14623-b7fb-44ac-8451-40cd2329af37' date '02/04/2016' time '13:03:21' author 'dkh' ancestors ((name 'SmalltalkCI-Core-dkh.1' message 'initial commit as loaded from .st files' id 'f69646d4-83c1-4848-a9e1-e405fd678b48' date '02/04/2016' time '12:04:20' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'SmalltalkCI-Core-dkh.6' message 'Issue #48 ... okay SmalltalkCITest>>testClassesToTestBug fails ... restore the bugfix' id '7b399955-814c-425b-8037-266e2ba39523' date '02/05/2016' time '13:50:39' author 'dkh' ancestors ((name 'SmalltalkCI-Core-dkh.5' message 'let''s see if SmalltalkCITest>>testClassesToTestBug triggers the bug ' id 'c1f663f9-1011-48ac-9484-371e89c4bde6' date '02/05/2016' time '13:42:49' author 'dkh' ancestors ((name 'SmalltalkCI-Core-dkh.4' message 'Issue #48: fix the SmalltalkCI>>classesToTest in the GemSTone version of SmalltalkCI ... fix will need to be applied to the .st files ... if it shows up on other platforms' id '0ff67262-60ea-4335-94c9-df7ad9403927' date '02/05/2016' time '12:12:44' author 'dkh' ancestors ((name 'SmalltalkCI-Core-TravisCI.3' message 'Issue #48: clean up some of the GemStone implementation ... do need to implement runTests:)' id '0abd30be-5e25-432c-a726-7c574973650a' date '02/04/2016' time '16:14:54' author 'TravisCI' ancestors ((name 'SmalltalkCI-Core-dkh.2' message 'Issue #48: implement SmalltalkCIGemstone>>readSTONSpec: for GemStone ' id '71d14623-b7fb-44ac-8451-40cd2329af37' date '02/04/2016' time '13:03:21' author 'dkh' ancestors ((name 'SmalltalkCI-Core-dkh.1' message 'initial commit as loaded from .st files' id 'f69646d4-83c1-4848-a9e1-e405fd678b48' date '02/04/2016' time '12:04:20' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())

0 comments on commit 61f1591

Please sign in to comment.