Reini Urban wrote:
Robert May schrieb:
A number of you (about 30 if I interpret my server logs correctly) have downloaded Win32::GUI V1.03_04 beta.
...
(2) I downloaded 1.03_04 and have been using it, but have had problems (please tell me what problems you have been having)

Sat Sep  9 10:52:18 GMT 2006
cygwin perl-5.8.7
$ cvs up -C
$ perl Makefile.PL && make && make test

fails sometimes, not always.

$ perl -T t/05_AcceleratorTable.t
1..4
ok 1 - $W isa Win32::GUI::Window
ok 2 - new Win32::GUI::AcceleratorTable isa Win32::GUI::AcceleratorTable
ok 3 - Accelerator handle stored in parent
not ok 4 - Accelerator handle removed from parent # TODO Accelerator DESTROY method needs to remove accelerator from par
ent?
#   Failed (TODO) test 'Accelerator handle removed from parent'
#   in t/05_AcceleratorTable.t at line 41.

That's not a failure. That's a TODO test. Behaviour here should be exactly the same as all previous versions.

<snip>

Win32-GUI-Constants/t//70_values fails for some TT{M,N}_* tooltip constants if the tested package Win32-GUI-1.03_04 is not yet installed.
After installing the failing Win32-GUI-1.03_04 package, all tests pass.

I that repeatable? Which ones. I can't get that behaviour in my cygwin environment. Is it possible you're picking up an earlier Constants.dll during the tests, as the TT{M,N}_ constants were added recently?

Regards,
Rob.


Reply via email to