Changeset 65228 in vbox for trunk/src/VBox/ValidationKit/testmanager/core/testbox.py
- Timestamp:
- Jan 10, 2017 3:39:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testbox.py
r65226 r65228 680 680 kiSortColumn_cMbMemory = 7; 681 681 kiSortColumn_cMbScratch = 8; 682 kiSortColumn_f NestedPaging= 9;682 kiSortColumn_fCpuNestedPaging = 9; 683 683 kiSortColumn_iTestBoxScriptRev = 10; 684 684 kiSortColumn_iPythonHexVersion = 11; … … 694 694 kiSortColumn_cMbMemory: 'TestBoxesWithStrings.cMbMemory', 695 695 kiSortColumn_cMbScratch: 'TestBoxesWithStrings.cMbScratch', 696 kiSortColumn_f NestedPaging: 'TestBoxesWithStrings.fNestedPaging',696 kiSortColumn_fCpuNestedPaging: 'TestBoxesWithStrings.fCpuNestedPaging', 697 697 kiSortColumn_iTestBoxScriptRev: 'TestBoxesWithStrings.iTestBoxScriptRev', 698 698 kiSortColumn_iPythonHexVersion: 'TestBoxesWithStrings.iPythonHexVersion',
Note:
See TracChangeset
for help on using the changeset viewer.