Hi Adrian!
Adrian Aichner wrote:
[...]
Hi John, your patch applied and built fine today (I promised to test
this out).
Thank you for testing my patch!
I even made an attempt to add some basic test coverage.
When running attached file via the XEmacs test harness, it crashes
temacs as follows when sending maximize #xf030 (the first test
executed).
I didn't expect it to work, but it should not crash so badly either.
Can you please take a look?
I don't have a Windows machine to test or develop on anymore. I guess
the `mswindows-send-sys-command' function could test the variable
`noninteractive' or whether the console type for the frame is
`mswindows' or somesuch and just no-op when appropriate. I can look
into a good method to do that this week - I don't know one offhand and
would welcome any suggestions!
[...]
I have no idea how one would programmatically determine pass or fail
of commands
menubar #xf100
screen-saver #xf140
start-menu #xf130
althoug I saw them work fine on my PC.
Any ideas?
I think it's really hard to get decent coverage for an XEmacs or Emacs
testsuite because so much stuff is visual and/or interactive.