[Chandler-dev] State of the tree

D John Anderson john at osafoundation.org
Sat Nov 10 10:18:16 PST 2007


The source of this bug on my recorded_scripts branch was an out of  
date version of

chandler/projects/Chandler-debugPlugin/tests/TestI18.py

which didn't include the changes in revision #15346 for some reason  
-- maybe I made a mistake in a trunk merge. However, if that's true,  
it's surprising that you ended up with the same problem

The actual problem is that line 102 is

         self.assertEquals(txt, u"(\u00FC): Bonjour")

and should be:

         self.assertEquals(txt, u"(\u00FC): Hello")


John

On Nov 10, 2007, at 9:42 AM, Heikki Toivonen wrote:

> D John Anderson wrote:
>> On Nov 10, 2007, at 12:31 AM, Heikki Toivonen wrote:
>>> * TestI18n plugin test fails for me on Windows XP, even though it  
>>> passes
>>> on Tinderbox.
>>
>> I've been noticing a TestI18n plugin test failing in the
>> recorded_scripts branch on Mac and Linux. I get the following error:
>>
>> ===================================================================== 
>> =
>> FAIL: testMessageFactory (tests.TestI18n.I18nTestCase)
>> --------------------------------------------------------------------- 
>> -
>> Traceback (most recent call last):
>>   File
>> "/Users/john/osaf/chandler/projects/Chandler-debugPlugin/tests/ 
>> TestI18n.py",
>> line 102, in testMessageFactory
>>     self.assertEquals(txt, u"(\u00FC): Bonjour")
>> AssertionError: u'(\xfc): Hello' != u'(\xfc): Bonjour'
>>
>> Is this the same error you are seeing?
>
> Yes. I see this only with Windows XP (both my home computer and one
> running in VMWare), on trunk.
>
> -- 
>   Heikki Toivonen
>
>
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
>
> Open Source Applications Foundation "chandler-dev" mailing list
> http://lists.osafoundation.org/mailman/listinfo/chandler-dev



More information about the chandler-dev mailing list