Broken tests: testAnnotationPane

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

Broken tests: testAnnotationPane

Stéphane Ducasse
Please help

http://code.google.com/p/pharo/issues/detail?id=1828
say that you are working on it on the site.


testAnnotationPane
        | oldPref |
        oldPref := MCCodeTool showAnnotationPane.

        CodeHolder showAnnotationPane: false.
        morph := model buildWindow.
        self assert: (self morphsOfClass: TextMorph) size = 1.

        CodeHolder showAnnotationPane: true.
        morph := model buildWindow.
        self assert: (self morphsOfClass: TextMorph) size = 2.

        CodeHolder showAnnotationPane: oldPref

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project