Changeset 45415 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Apr 8, 2013 9:40:42 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstGuestCtrlContextID.cpp
r44863 r45415 35 35 { 36 36 RTTEST hTest; 37 int rc = RTTestInitAndCreate("tst Makeup", &hTest);37 int rc = RTTestInitAndCreate("tstGuestCtrlContextID", &hTest); 38 38 if (rc) 39 39 return rc; … … 76 76 RTTestIPrintf(RTTESTLVL_DEBUG, "Max context is: %RU32\n", uContextMax); 77 77 78 /* Do 64tests total. */79 for (int t = 0; t < 64&& !RTTestErrorCount(hTest); t++)78 /* Do 4048 tests total. */ 79 for (int t = 0; t < 4048 && !RTTestErrorCount(hTest); t++) 80 80 { 81 81 /* VBOX_GUESTCTRL_MAX_* includes 0 as an object, so subtract one. */
Note:
See TracChangeset
for help on using the changeset viewer.