Unit Testing An Application Running QWSServer
Unsolved
General and Desktop
-
I am unit testing an application that is running QWSServer on QT Embedded Linux. An instance of QWSServer is created however when either resumeMouse() or suspendMouse() is called the application reaches a segmentation violation. We have defined QWS_MOUSE_PROTO to Intellimouse and we still receive a segmentation fault. Is there a way to create a mouse instance that either resumeMouse() or suspendMouse() can attach to when called?