开发者

running java swing fest test when computer is locked

开发者 https://www.devze.com 2023-02-05 07:29 出处:网络
Can the FEST-Swing (mentioned here) test still work if the computer is locked? I did a test, and it didn\'t 开发者_如何学Gowork. I think the Swing doesn\'t paint on the screen because the screen is lo

Can the FEST-Swing (mentioned here) test still work if the computer is locked? I did a test, and it didn't 开发者_如何学Gowork. I think the Swing doesn't paint on the screen because the screen is locked, hence the FEST-Swing test will not work. Is there a workaround? Thanks.


I had the same problem with Windows. What worked for me was running the tests on a Linux box using Xvfb.

http://fest.codehaus.org/Running+FEST+under+Xvfb

0

精彩评论

暂无评论...
验证码 换一张
取 消