diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-22 12:49:43 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-22 12:49:43 -0700 |
commit | 0bfc56ac82c9c051deda26cf6b3892857db7794f (patch) | |
tree | 052c715cceb693c0e2852821b34bcfe52a0a099b /tests/test_other.py | |
parent | 55dab0e1ddae730a9928e9b7dfa5edceb9763ce1 (diff) |
flatten switches in outliner
Diffstat (limited to 'tests/test_other.py')
-rw-r--r-- | tests/test_other.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index 3b3887d6..d6e67e59 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -802,8 +802,8 @@ f.close() for test_opts, expected_ranges in [ ([], { - 100: (190, 250), - 250: (200, 330), + 100: (190, 275), + 250: (200, 500), 500: (250, 500), 1000: (230, 1000), 2000: (380, 2000), |