On Tue, Nov 25, 2008 at 4:04 AM, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
>> Isn't this already covered in the cursoricon tests?
> I don't think so. That test would be marked TODO_WINE in that case, so your
> patch would cause a test failure(unexpected success). If that test wasn't
> marked todo
> Isn't this already covered in the cursoricon tests?
I don't think so. That test would be marked TODO_WINE in that case, so your
patch would cause a test failure(unexpected success). If that test wasn't
marked todo the behavior your patch adds would be implemented already.
Isn't this already covered in the cursoricon tests?
Stefan Dösinger wrote:
>> I know this isn't a coded test, bot The Sims 2 behave in this way. This
>>
> was > previously stated WAY back on this list.
> Yes, but do you know if Sims 2 behaves that way on Windows? There could be
> some other b
> I know this isn't a coded test, bot The Sims 2 behave in this way. This
was > previously stated WAY back on this list.
Yes, but do you know if Sims 2 behaves that way on Windows? There could be
some other bug triggering this behavior in Sims.
That's where a test helps even in these cases: If yo
A real small test app if possible as a wine test is needed to demonstrate it is
really correct. Sorry it can be a pain but it is to prevent issues in other
apps which might be very hard to debug if an incorrect patch enters Wine.
Roderick
> I know this isn't a coded test, bot The Sims 2 behave
I know this isn't a coded test, bot The Sims 2 behave in this way. This
was previously stated WAY back on this list.
Stefan Dösinger wrote:
> Hi,
>
>> This is my first patch. It allows icons to be loaded as cursors because
>> it defaults hotspots to x = 0 and y = 0 if the hotspot isn't found.
>
Hi,
> This is my first patch. It allows icons to be loaded as cursors because
> it defaults hotspots to x = 0 and y = 0 if the hotspot isn't found.
> Pasting patch into body of message. This is against the latest git .
I recommend to write a test case to show that Windows behaves in the same
way.
This is my first patch. It allows icons to be loaded as cursors because
it defaults hotspots to x = 0 and y = 0 if the hotspot isn't found.
Pasting patch into body of message. This is against the latest git .
-