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): def test_speed(self):
import chardet import chardet
import time 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() msg =file(path).read()
# Test chardet # Test chardet
start_chardet = time.time() start_chardet = time.time()