Index: /trunk/src/VBox/ValidationKit/testmanager/core/report.py
===================================================================
--- /trunk/src/VBox/ValidationKit/testmanager/core/report.py	(revision 61289)
+++ /trunk/src/VBox/ValidationKit/testmanager/core/report.py	(revision 61290)
@@ -328,6 +328,6 @@
         ReportPeriodBase.__init__(self, oSet, iPeriod, sDesc, tsFrom, tsTo);
         self.cTotal             = 0;
-        self.cMinTotal          = 0;
-        self.cMaxTotal          = 99999999;
+        self.cMaxTotal          = 0;
+        self.cMinTotal          = 99999999;
         self.uMaxPct            = 0;            # Max percentage in a row (100 = 100%).
 
@@ -352,6 +352,6 @@
         super(ReportPeriodWithTotalBase, self).helperSetResetStats();
         self.cTotal             = 0;
-        self.cMinTotal          = 0;
-        self.cMaxTotal          = 99999999;
+        self.cMaxTotal          = 0;
+        self.cMinTotal          = 99999999;
         self.uMaxPct            = 0;
 
