From 411d4ac792b35cc25b4bf899911eb170daaca9aa Mon Sep 17 00:00:00 2001 From: Worros Date: Thu, 26 Nov 2009 22:52:27 +0800 Subject: [PATCH] test_PokerStars - Add NLHE-USD-MTT-5r-200710.txt Commented out for the moment, it has never parsed in old or new code. --- pyfpdb/test_PokerStars.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyfpdb/test_PokerStars.py b/pyfpdb/test_PokerStars.py index 18ed2737..790db75a 100644 --- a/pyfpdb/test_PokerStars.py +++ b/pyfpdb/test_PokerStars.py @@ -68,6 +68,8 @@ def testFlopImport(): """regression-test-files/cash/Stars/Flop/NLHE-6max-EUR-0.05-0.10-200911.txt""", site="PokerStars") importer.addBulkImportImportFileOrDir( """regression-test-files/cash/Stars/Flop/NLHE-6max-USD-0.05-0.10-200911.txt""", site="PokerStars") + #importer.addBulkImportImportFileOrDir( + # """regression-test-files/tour/Stars/Flop/NLHE-USD-MTT-5r-200710.txt""", site="PokerStars") importer.setCallHud(False) (stored, dups, partial, errs, ttime) = importer.runImport() importer.clearFileList()