fix all tests except those using set_url and get_url

This commit is contained in:
Maximilian Hils
2014-02-05 14:33:17 +01:00
parent 6a53ae5fd3
commit d864a326d2
12 changed files with 74 additions and 93 deletions

View File

@@ -32,8 +32,8 @@ class TestScript:
r = tutils.treq()
fm.handle_request(r)
assert fm.state.flow_count() == 2
assert not fm.state.view[0].request.is_replay()
assert fm.state.view[1].request.is_replay()
assert not fm.state.view[0].request.is_replay
assert fm.state.view[1].request.is_replay
def test_err(self):
s = flow.State()