rename testdata files.

This commit is contained in:
PyYoshi 2012-06-20 21:45:29 +09:00
parent fffb4b30ca
commit 169627e0d1
5 changed files with 3523 additions and 3523 deletions

View file

@ -415,7 +415,7 @@ class TestCchardetSpeed():
def test_speed(self):
import chardet
import time
path = r"testdata/wikipediaJa_One_Thousand_and_One_Nights.txt"
path = r"testdata/wikipediaJa_One_Thousand_and_One_Nights_SJIS.txt"
msg =file(path).read()
# Test chardet
start_chardet = time.time()