VirtualBox

Ignore:
Timestamp:
May 25, 2020 1:00:24 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138226
Message:

TestManager/*base.py: Tweaked the month validation for relative timestamps from the xxxx-ago combo box.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuibase.py

    r83430 r84498  
    634634        #
    635635        chSign = sValue[0];
    636         (sValue, sError) = ModelDataBase.validateTs(sValue[1:]);
     636        (sValue, sError) = ModelDataBase.validateTs(sValue[1:], fRelative = True);
    637637        if sError is not None:
    638638            raise WuiException('%s parameter "%s" ("%s") is invalid: %s' % (self._sAction, sName, sValue, sError));
Note: See TracChangeset for help on using the changeset viewer.

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