VirtualBox

Ignore:
Timestamp:
Mar 24, 2020 2:46:06 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136601
Message:

TestManager/SchedQueue: Fixed various validation issues with the testbox-in-sched-group stuff. Added change log to the scheduling queue details page.

File:
1 edited

Legend:

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

    r83359 r83384  
    404404                                              enmValidateFor = enmValidateFor);
    405405
     406    def validateAndConvertEx(self, asAllowNullAttributes, oDb, enmValidateFor = ksValidateFor_Other):
     407        """
     408        Same as validateAndConvert but with custom allow-null list.
     409        """
     410        return self._validateAndConvertWorker(asAllowNullAttributes, oDb, enmValidateFor = enmValidateFor);
     411
    406412    def convertParamToAttribute(self, sAttr, sParam, oValue, oDisp, fStrict):
    407413        """
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