[Pharo-project] Broken tests: testAnnotationPane
Jan. 16, 2010
9:25 a.m.
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
6040
Age (days ago)
6040
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stéphane Ducasse