VirtualBox

Changeset 61290 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 30, 2016 12:39:07 PM (9 years ago)
Author:
vboxsync
Message:

bugfix

File:
1 edited

Legend:

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

    r61286 r61290  
    328328        ReportPeriodBase.__init__(self, oSet, iPeriod, sDesc, tsFrom, tsTo);
    329329        self.cTotal             = 0;
    330         self.cMinTotal          = 0;
    331         self.cMaxTotal          = 99999999;
     330        self.cMaxTotal          = 0;
     331        self.cMinTotal          = 99999999;
    332332        self.uMaxPct            = 0;            # Max percentage in a row (100 = 100%).
    333333
     
    352352        super(ReportPeriodWithTotalBase, self).helperSetResetStats();
    353353        self.cTotal             = 0;
    354         self.cMinTotal          = 0;
    355         self.cMaxTotal          = 99999999;
     354        self.cMaxTotal          = 0;
     355        self.cMinTotal          = 99999999;
    356356        self.uMaxPct            = 0;
    357357
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