Index: /trunk/src/VBox/ValidationKit/testmanager/db/partial-db-dump.py
===================================================================
--- /trunk/src/VBox/ValidationKit/testmanager/db/partial-db-dump.py	(revision 64948)
+++ /trunk/src/VBox/ValidationKit/testmanager/db/partial-db-dump.py	(revision 64949)
@@ -238,4 +238,5 @@
             'TestGroupMembers',
             'SchedGroups',
+            'TestBoxStrTab',
             'TestBoxes',
             'SchedGroupMembers',
@@ -262,5 +263,5 @@
             cRows = oDb.fetchOne()[0];
             cMaxRows = 0;
-            if sTable in [ 'SchedGroups', 'TestResultStrTab', 'Users' ]:    cMaxRows =  1;
+            if sTable in [ 'SchedGroups', 'TestBoxStrTab', 'TestResultStrTab', 'Users' ]:    cMaxRows =  1;
             if cRows > cMaxRows:
                 print 'error: Table %s has %u rows which is more than %u - refusing to delete and load.' \
@@ -270,5 +271,5 @@
 
         print 'Dropping default table content...\n'
-        for sTable in [ 'SchedGroups', 'TestResultStrTab', 'Users']:
+        for sTable in [ 'SchedGroups', 'TestBoxStrTab', 'TestResultStrTab', 'Users']:
             oDb.execute('DELETE FROM ' + sTable);
 
@@ -296,4 +297,5 @@
             ( 'TestGroupIdSeq',         'TestGroups',           'idTestGroup' ),
             ( 'SchedGroupIdSeq',        'SchedGroups',          'idSchedGroup' ),
+            ( 'TestBoxStrTabIdSeq',     'TestBoxStrTab',        'idStr' ),
             ( 'TestBoxIdSeq',           'TestBoxes',            'idTestBox' ),
             ( 'TestBoxGenIdSeq',        'TestBoxes',            'idGenTestBox' ),
