On Sun, Jan 10, 2010 at 11:05 PM, Lukas Renggli
<renggli@gmail.com> wrote:
>> Can you debug them?
>
> Sure. testPushAlphaBeta� fails in self assertSelectionIs: 1.� because in
> assertSelectionIs: anInteger
>
> you can see that anInteger and index are both 1, but the button answer false
> to the message isOn
>
> testUpdateSelection fails in self assertSelectionIs: 2� because in
> assertSelectionIs: anInteger and index are both 2 but� isOn returns false..
>
> Som, it seems both issue are due to the same.
>
> Let me know what else can I test.
I don't know, I was assuming what you said, but I cannot reproduce it.
I can reproduce with this way (maybe it help you):
- download� the latest PharoCore 1.0 and upload to 10505
- Evaluate:
Gofer new
��� squeaksource: 'MetacelloRepository';
��� package: 'ConfigurationOfOmniBrowser';
��� load.
(ConfigurationOfOmniBrowser project version: '1.1') load: #('Dev' 'Dev Tests' )
You should be able to debug it.
I guess we have to ignore it for now.
Yes, no problem at all. We are much better :)
�
Lukas