diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-05 18:48:22 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-05 18:48:22 +0000 |
commit | f776329ee6d5329bce3464cd28f1f0b47e663b52 (patch) | |
tree | 08e7fb33cbf1d8714f263e2c54dfe3e54049bfc8 | |
parent | 2e88036808450f1265bfa391c10f4d3d8738ab3c (diff) |
Fixed ut
-rwxr-xr-x | tests/11_crawl-parsing.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/11_crawl-parsing.test b/tests/11_crawl-parsing.test index 1d8e3d9..39aeb03 100755 --- a/tests/11_crawl-parsing.test +++ b/tests/11_crawl-parsing.test @@ -30,7 +30,7 @@ bash crawl-test.sh --errors 0 --files 6 \ --found ut.httrack.com/parsing/escaping.html \ --found "ut.httrack.com/parsing/foo bar30f4.html" \ --found "ut.httrack.com/parsing/foo bar5e1f.html" \ - --found "ut.httrack.com/parsing/foo+bar3860.html" \ + --found "ut.httrack.com/parsing/foo+bar+plus3860.html" \ --found "ut.httrack.com/parsing/foo barae52.html" \ --found "ut.httrack.com/parsing/foo bar7b30.html" \ httrack http://ut.httrack.com/parsing/escaping.html |