On Sat, 16 Jan 2010, Stéphane Ducasse wrote:

issue 1827 soon in 11162

Fixed
        - testComplIsSelfEvaluating removed the compiledMethod from the array 
since the store on probably changed and
        compiled methods are not self evaluating

        SimpleSwicthMorph>>testName removed (no external name anymore)

        AuthorTest>>testDeprecation removed (since the methods are not there 
anymore)


Changed last line since a test should not rely on something on the harddisc

        testIsFontAvailable
        "self debug: #testIsFontAvailable"
        (Locale isoLanguage: 'ja') languageEnvironment removeFonts.
        self assert: (Locale isoLanguage: 'en') languageEnvironment 
isFontAvailable.
        "Next test should fail after installing Japanese font"
        self assert: (Locale isoLanguage: 'ja') languageEnvironment 
isFontAvailable not.
        (Locale isoLanguage: 'ja') languageEnvironment installFont.
        self assert: (Locale isoLanguage: 'ja') languageEnvironment 
isFontAvailable not


TextDiffBuilderTest>>expectedFailures
        "these tests are for the new TextDiffBuilder that should be integrated from 
Squeak-trunk"

To be exact, these are broken with the current implementation. Integrating the new TextDiffBuilder should be easy.


Levente


        ^ #(testIfPatchIsMinimal testIfSequence4 testIfSequence6)


more to come

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

Reply via email to