2010/7/25 Mariano Martinez Peck <marianopeck@gmail.com>:
On Sun, Jul 25, 2010 at 4:02 PM, Adrian Lienhard <adi@netstyle.ch> wrote:
Hm, the link doesn't work for me. I just get an empty response...
https://gforge.inria.fr/frs/download.php/27303/Pharo-1.1-OneClick.zip
works ok here
Works ok for me also. 9764 tests, 9693 passes, 53 expected failures, 17 failures, 1 error on Mac OS X 10.6.4. Most of the failures reported are inside RBSpellingRuleTest. Tests like: testPerfectSentence | result | result := self checker check: 'This is an english sentence without problems.'. self assert: result isCollection. self assert: result isEmpty could not work on my machine, because by default i'm using the french speller ... I made some modifications to switch the speller to english and came back to the original language after the tests. I put my modifications here: http://code.google.com/p/pharo/issues/detail?id=2714 After that all RBSpellingRuleTest are green. Regards, -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/