diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-01 11:14:41 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-01 11:14:41 -0700 |
commit | 4fc8717d8549de46437921107999fd4df7c15be1 (patch) | |
tree | 87fddac4de2dc93370deab8552f6bdc97bb6780c | |
parent | f29ffc15b1387c9b895ef0c8e4e82c914776662d (diff) |
update tests
-rwxr-xr-x | tests/runner.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/runner.py b/tests/runner.py index 563e6782..2ce72240 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7554,11 +7554,11 @@ def process(filename): return 0; } ''' - self.do_run(src, '''www.cheezburger.com : 1 : 4 + self.do_run(src, '''www.cheezburger.com : 2 : 4 * -84.29.1.0. -fail.on.this.never.work : 1 : 4 +fail.on.this.never.work : 2 : 4 * -84.29.2.0. -localhost : 1 : 4 +localhost : 2 : 4 * -84.29.3.0. ''') |