Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

pharo
Status: Accepted
Owner: marcus.denker
Labels: Milestone-1.3

New issue 3470 by marcus.denker: [Failing Tests] OBKeyBindingsTest
http://code.google.com/p/pharo/issues/detail?id=3470

>>> OB.Tests.Morphic.OBKeyBindingsTest.testBrowseIt 0.339 13
>>> OB.Tests.Morphic.OBKeyBindingsTest.testImplementorsOfIt 0.387 13
>>> OB.Tests.Morphic.OBKeyBindingsTest.testReferencesToIt 0.254 13
>>> OB.Tests.Morphic.OBKeyBindingsTest.testSendersOfIt 0.273 13



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

pharo
Updates:
        Labels: -Milestone-1.3 Milestone-1.2-DevImage

Comment #1 on issue 3470 by marcus.denker: [Failing Tests] OBKeyBindingsTest
http://code.google.com/p/pharo/issues/detail?id=3470

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

pharo
Updates:
        Cc: renggli

Comment #2 on issue 3470 by marianopeck: [Failing Tests] OBKeyBindingsTest
http://code.google.com/p/pharo/issues/detail?id=3470

Hi Lukas. I was checking the 4 failing tests in Pharo 1.2:  
http://code.google.com/p/pharo/issues/detail?id=3470

The problem seems related to the changes with the  
SmalltalkEditor/ParagraphEditor and friends. The tests fails because the  
instVar "message" is nil, because nobody call OBKeyBindingsTest >>  
browseIt: aSelector
nor its friends. This was called in Pharo 1.1 from OBTextMorphEditor  
because it was a subclass of ParagraphEditor.

Now, I have no idea how to make it work in Pharo 1.2

Cheers

mariano


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

pharo

Comment #3 on issue 3470 by [hidden email]: [Failing Tests]  
OBKeyBindingsTest
http://code.google.com/p/pharo/issues/detail?id=3470

If one changes OBTextMorph>>#editorClass to return OBTextMorphEditor  
instead of SmalltalkEditor the OBKeyBindingsTest will pass. But I am don't  
know what are the consequences of this change.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

pharo
Updates:
        Labels: Type-OB

Comment #4 on issue 3470 by [hidden email]: [Failing Tests]  
OBKeyBindingsTest
http://code.google.com/p/pharo/issues/detail?id=3470

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

pharo

Comment #5 on issue 3470 by [hidden email]: [Failing Tests]  
OBKeyBindingsTest
http://code.google.com/p/pharo/issues/detail?id=3470

Issue 3619 has been merged into this issue.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

pharo

Comment #6 on issue 3470 by [hidden email]: [Failing Tests]  
OBKeyBindingsTest
http://code.google.com/p/pharo/issues/detail?id=3470

Issue 3619 proposed a fix (I merged it into this report)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

pharo
Updates:
        Status: FixProposed

Comment #7 on issue 3470 by [hidden email]: [Failing Tests]  
OBKeyBindingsTest
http://code.google.com/p/pharo/issues/detail?id=3470

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

pharo

Comment #8 on issue 3470 by [hidden email]: [Failing Tests]  
OBKeyBindingsTest
http://code.google.com/p/pharo/issues/detail?id=3470

Can we publish in OB repository? What is the solution? Should we clone the  
repository?


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

pharo

Comment #9 on issue 3470 by [hidden email]: [Failing Tests]  
OBKeyBindingsTest
http://code.google.com/p/pharo/issues/detail?id=3470

I'll publish it in pharo task forces


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

pharo
Updates:
        Status: Fixed

Comment #10 on issue 3470 by [hidden email]: [Failing Tests]  
OBKeyBindingsTest
http://code.google.com/p/pharo/issues/detail?id=3470

803 Tests green / 803 Tests for OB

I published the change in Pharo task forces and updated the  
ConfigurationOfOmnibrowser in MetacelloRepository


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3470 in pharo: [Failing Tests] OBKeyBindingsTest

pharo
Updates:
        Status: Closed

Comment #11 on issue 3470 by [hidden email]: [Failing Tests]  
OBKeyBindingsTest
http://code.google.com/p/pharo/issues/detail?id=3470

in build #117