Regression: Verify number of seats in .hands

Discovered test file with 8 players 'seated' but only 7 acting.
This commit is contained in:
Worros 2011-01-13 13:50:19 +08:00
parent c2052fcd16
commit ef4bc60ef0

View File

@ -14,7 +14,7 @@
'playersAtStreet3': 1,
'playersAtStreet4': 1,
'playersVpi': 2,
'seats': 8,
'seats': 7,
'showdownPot': 0,
'siteHandNo': u'26190500040',
'startTime': datetime.datetime(2010, 12, 7, 9, 19, tzinfo=pytz.utc),