Give storeHands the ability to output test data

Will allow for regression testing of hand start time
This commit is contained in:
Worros
2010-12-10 21:35:49 +08:00
parent 8fa38a26cc
commit 02204edc48
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ db: a connected Database object"""
# seats TINYINT NOT NULL,
hh['seats'] = len(self.dbid_pids)
self.dbid_hands = db.storeHand(hh)
self.dbid_hands = db.storeHand(hh, printdata = printtest)
self.dbid_hpid = db.storeHandsPlayers(self.dbid_hands, self.dbid_pids,
self.stats.getHandsPlayers(), printdata = printtest)
if self.saveActions: