diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-19 19:24:06 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-19 19:24:06 +0000 |
commit | 1edfda507d08e822a6ef01afbd229af125a1e002 (patch) | |
tree | 123d21cd788f2b36e6cc8b69ead45342cd749ab0 /tests | |
parent | 4a62c84479b5f1a75dacce0eff28f925179917a0 (diff) |
Added unit test for issue #44
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/11_crawl-idna.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/11_crawl-idna.test b/tests/11_crawl-idna.test index 050fd07..6f0ee6a 100755 --- a/tests/11_crawl-idna.test +++ b/tests/11_crawl-idna.test @@ -13,3 +13,9 @@ bash crawl-test.sh \ httrack 'http://ut.httrack.com/unicode-links/idna.html' \ '+*.ut.httrack.com/*' --robots=0 +# unicode tests (bogus links) +bash crawl-test.sh \ + --errors 0 --files 1 \ + --found 'ut.httrack.com/unicode-links/idna_bogus.html' \ + httrack 'http://ut.httrack.com/unicode-links/idna_bogus.html' \ + '-*' --robots=0 |