diff options
| author | jvoisin | 2011-10-30 16:47:44 +0100 |
|---|---|---|
| committer | jvoisin | 2011-10-30 16:47:44 +0100 |
| commit | 8cc9f974d2555e89b4eefb3c44d643f23f96590d (patch) | |
| tree | b35d292a18f45eb8ac38b5755b65eb79ab678fd5 /test/test.py | |
| parent | 85df389c992c0e7e3984efbee326999c1f06ec3a (diff) | |
Exotic char for th testsuite
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.py b/test/test.py index d219d2f..8c96e8d 100644 --- a/test/test.py +++ b/test/test.py | |||
| @@ -13,9 +13,9 @@ import unittest | |||
| 13 | 13 | ||
| 14 | VERBOSITY = 3 | 14 | VERBOSITY = 3 |
| 15 | 15 | ||
| 16 | clean = glob.glob('clean.*') | 16 | clean = glob.glob('clean*') |
| 17 | clean.sort() | 17 | clean.sort() |
| 18 | dirty = glob.glob('dirty.*') | 18 | dirty = glob.glob('dirty*') |
| 19 | dirty.sort() | 19 | dirty.sort() |
| 20 | 20 | ||
| 21 | FILE_LIST = zip(clean, dirty) | 21 | FILE_LIST = zip(clean, dirty) |
