Changeset 47571 in vbox for trunk/src/VBox/Devices/Input/testcase
- Timestamp:
- Aug 7, 2013 9:49:33 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87771
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/testcase/tstUsbMouse.cpp
r47422 r47571 247 247 } 248 248 249 249 #if 0 250 /** @todo PDM interface was updated. This is not working anymore. */ 250 251 static void testSendPositionMT(RTTEST hTest) 251 252 { … … 296 297 g_UsbHidMou.pfnDestruct(pThis); 297 298 } 298 299 #endif 299 300 300 301 int main() … … 322 323 testSendPositionRel(hTest); 323 324 testSendPositionAbs(hTest); 324 testSendPositionMT(hTest);325 /* testSendPositionMT(hTest); */ 325 326 return RTTestSummaryAndDestroy(hTest); 326 327 }
Note:
See TracChangeset
for help on using the changeset viewer.