Changeset 80623 in vbox for trunk/src/VBox/HostServices/SharedClipboard/testcase
- Timestamp:
- Sep 6, 2019 10:05:11 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133152
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp
r80446 r80623 97 97 } 98 98 99 #if 0 /* Disabled for now. */ 99 100 static void testGetHostMsg(void) 100 101 { … … 198 199 table.pfnUnload(NULL); 199 200 } 201 #endif 200 202 201 203 static void testSetHeadless(void) … … 267 269 */ 268 270 testHostCall(); 269 testGetHostMsg();271 /* testGetHostMsg(); Disabled */ 270 272 271 273 /*
Note:
See TracChangeset
for help on using the changeset viewer.