TSI: Add Winamax lines

This commit is contained in:
Worros 2011-03-10 18:05:36 +08:00
parent 07d2d5733c
commit 0955656585

View File

@ -138,14 +138,14 @@ def main(argv=None):
#CarbonErrors = FpdbError('Carbon') #CarbonErrors = FpdbError('Carbon')
#PKRErrors = FpdbError('PKR') #PKRErrors = FpdbError('PKR')
#iPokerErrors = FpdbError('iPoker') #iPokerErrors = FpdbError('iPoker')
#WinamaxErrors = FpdbError('Winamax') WinamaxErrors = FpdbError('Winamax')
ErrorsList = [ ErrorsList = [
PokerStarsErrors, PokerStarsErrors, FTPErrors, WinamaxErrors,
FTPErrors, #PartyPokerErrors, #PartyPokerErrors,
#BetfairErrors, OnGameErrors, AbsoluteErrors, #BetfairErrors, OnGameErrors, AbsoluteErrors,
#EverleafErrors, CarbonErrors, PKRErrors, #EverleafErrors, CarbonErrors, PKRErrors,
#iPokerErrors, WinamaxErrors, UltimateBetErrors, #iPokerErrors, UltimateBetErrors,
] ]
sites = { sites = {
@ -160,7 +160,7 @@ def main(argv=None):
#'Carbon' : True, #'Carbon' : True,
#'PKR' : False, #'PKR' : False,
#'iPoker' : True, #'iPoker' : True,
#'Winamax' : True, 'Winamax' : True,
} }
if sites['PokerStars'] == True: if sites['PokerStars'] == True:
@ -187,8 +187,8 @@ def main(argv=None):
# walk_testfiles("regression-test-files/cash/PKR/", compare, importer, PKRErrors, "PKR") # walk_testfiles("regression-test-files/cash/PKR/", compare, importer, PKRErrors, "PKR")
#if sites['iPoker'] == True: #if sites['iPoker'] == True:
# walk_testfiles("regression-test-files/cash/iPoker/", compare, importer, iPokerErrors, "iPoker") # walk_testfiles("regression-test-files/cash/iPoker/", compare, importer, iPokerErrors, "iPoker")
#if sites['Winamax'] == True: if sites['Winamax'] == True:
# walk_testfiles("regression-test-files/cash/Winamax/", compare, importer, WinamaxErrors, "Winamax") walk_testfiles("regression-test-files/summaries/Winamax/", compare, importer, WinamaxErrors, "Winamax")
totalerrors = 0 totalerrors = 0