Skip to content

Commit

Permalink
60487
Browse files Browse the repository at this point in the history
20056 [Easy to review] Odd formatting in the TravisIntegrationHelp
	https://pharo.fogbugz.com/f/cases/20056

19809 Failing test: WeakAnnouncerTest>>#testNoDeadWeakSubscriptions
	https://pharo.fogbugz.com/f/cases/19809

20060 GLMLoggerTest>>testDefault fails if abstract class is abstract in a hierarchy
	https://pharo.fogbugz.com/f/cases/20060

http://files.pharo.org/image/60/60487.zip
  • Loading branch information
Jenkins Build Server authored and ci committed May 16, 2017
1 parent 4778e8f commit 844ba73
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 24 deletions.
@@ -1,4 +1,6 @@
testDefault
(GLMLoggedObject withAllSubclasses reject: [:each |
each hasAbstractMethods ]) do: [ :each |
(GLMLoggedObject withAllSubclasses
reject: [:each |
each allMethods anySatisfy: [ :cm | cm sendsSelector: #subclassResponsibility ] ])
do: [ :each |
self assert: each new logger == GLMLogger nullInstance ]
@@ -1,4 +1,4 @@
script60486
script60487

^ 'AST-Core-TheIntegrator.494.mcz
AST-Tests-Core-TheIntegrator.134.mcz
Expand Down Expand Up @@ -123,7 +123,7 @@ Glamour-Morphic-Widgets-TheIntegrator.209.mcz
Glamour-Presentations-AndreiChis.190.mcz
Glamour-Rubric-Presentations-AndreiChis.61.mcz
Glamour-SpecIntegration-TheIntegrator.6.mcz
Glamour-Tests-Core-PavelKrivanek.113.mcz
Glamour-Tests-Core-TheIntegrator.115.mcz
Glamour-Tests-Morphic-TheIntegrator.140.mcz
Glamour-Tests-Resources-AndreiChis.5.mcz
Glamour-Tests-Rubric-AndreiChis.36.mcz
Expand Down Expand Up @@ -403,7 +403,7 @@ Tools-TheIntegrator.1532.mcz
Tools-Test-TheIntegrator.26.mcz
Traits-TheIntegrator.988.mcz
Transcript-TheIntegrator.56.mcz
TravisIntegrationHelp-TheIntegrator.5.mcz
TravisIntegrationHelp-TheIntegrator.8.mcz
TxText-Athens-EstebanLorenzano.58.mcz
TxText-AthensTests-HenrikNergaard.13.mcz
TxText-Model-MarcusDenker.67.mcz
Expand Down

This file was deleted.

@@ -0,0 +1,14 @@
update60487
"self new update60487"
self withUpdateLog: '20056 [Easy to review] Odd formatting in the TravisIntegrationHelp
https://pharo.fogbugz.com/f/cases/20056
19809 Failing test: WeakAnnouncerTest>>#testNoDeadWeakSubscriptions
https://pharo.fogbugz.com/f/cases/19809
20060 GLMLoggerTest>>testDefault fails if abstract class is abstract in a hierarchy
https://pharo.fogbugz.com/f/cases/20060'.
self loadTogether: self script60487 merge: false.

(SystemAnnouncer uniqueInstance subscriptions glmSubscriptions select: [:sub | sub subscriber isNil]) do: #finalize. 3 timesRepeat: [Smalltalk garbageCollect ].
self flushCaches.
@@ -1,9 +1,9 @@
commentForCurrentUpdate
^ '20050 Theme must be reset at the end of BaselineOfIDE loading
https://pharo.fogbugz.com/f/cases/20050
^ '20056 [Easy to review] Odd formatting in the TravisIntegrationHelp
https://pharo.fogbugz.com/f/cases/20056
20051 Tab labels in Glamour should not shrink if there is available space
https://pharo.fogbugz.com/f/cases/20051
19809 Failing test: WeakAnnouncerTest>>#testNoDeadWeakSubscriptions
https://pharo.fogbugz.com/f/cases/19809
20049 TravisIntegrationHelp is not loaded into the bootstrapped image
https://pharo.fogbugz.com/f/cases/20049'
20060 GLMLoggerTest>>testDefault fails if abstract class is abstract in a hierarchy
https://pharo.fogbugz.com/f/cases/20060'
Expand Up @@ -3,7 +3,7 @@ step05
title: 'Step 05 - Define .travis.yml'
contents:
(self heading: 'Step 05 - Define .travis.yml'),
'You need to indicates to Travis on which platform you want to run the tests. Consider the file:',
'You need to indicates to Travis on which platform you want to run the tests. Consider the file:', String cr, String cr,
(self bold:
'language: smalltalk
Expand Down

0 comments on commit 844ba73

Please sign in to comment.