VirtualBox

Changeset 65228 in vbox for trunk/src


Ignore:
Timestamp:
Jan 10, 2017 3:39:14 PM (8 years ago)
Author:
vboxsync
Message:

TestManager: Hacked up some basic testbox sorting during the weekly meeting.

Location:
trunk/src/VBox/ValidationKit/testmanager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/testbox.py

    r65226 r65228  
    680680    kiSortColumn_cMbMemory          =  7;
    681681    kiSortColumn_cMbScratch         =  8;
    682     kiSortColumn_fNestedPaging      =  9;
     682    kiSortColumn_fCpuNestedPaging   =  9;
    683683    kiSortColumn_iTestBoxScriptRev  = 10;
    684684    kiSortColumn_iPythonHexVersion  = 11;
     
    694694        kiSortColumn_cMbMemory:         'TestBoxesWithStrings.cMbMemory',
    695695        kiSortColumn_cMbScratch:        'TestBoxesWithStrings.cMbScratch',
    696         kiSortColumn_fNestedPaging:     'TestBoxesWithStrings.fNestedPaging',
     696        kiSortColumn_fCpuNestedPaging:  'TestBoxesWithStrings.fCpuNestedPaging',
    697697        kiSortColumn_iTestBoxScriptRev: 'TestBoxesWithStrings.iTestBoxScriptRev',
    698698        kiSortColumn_iPythonHexVersion: 'TestBoxesWithStrings.iPythonHexVersion',
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuiadmintestbox.py

    r65226 r65228  
    203203            (TestBoxLogic.kiSortColumn_sOs, TestBoxLogic.kiSortColumn_sOsVersion, TestBoxLogic.kiSortColumn_sCpuArch,),
    204204            (TestBoxLogic.kiSortColumn_sCpuVendor, TestBoxLogic.kiSortColumn_lCpuRevision,),
    205             (TestBoxLogic.kiSortColumn_fNestedPaging,),
     205            (TestBoxLogic.kiSortColumn_fCpuNestedPaging,),
    206206            (TestBoxLogic.kiSortColumn_cCpus,),
    207207            (TestBoxLogic.kiSortColumn_cMbMemory,),
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette