diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-09 18:38:34 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-09 18:38:34 +0000 |
| commit | e895148e679e5360f3810b7f32e634852d899366 (patch) | |
| tree | 75e7b69c64ed0fad3c48c1145d8869b2e2f51cd9 /tests/11_crawl-cookies.test | |
| parent | 2cc13c3e1f7046cbb23d5f1edc19f85f01e9df6e (diff) | |
Basic cookies unit tests.
Diffstat (limited to 'tests/11_crawl-cookies.test')
| -rwxr-xr-x | tests/11_crawl-cookies.test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/11_crawl-cookies.test b/tests/11_crawl-cookies.test new file mode 100755 index 0000000..117ad61 --- /dev/null +++ b/tests/11_crawl-cookies.test @@ -0,0 +1,10 @@ +#!/bin/bash +# + +bash check-network.sh || ! echo "skipping online unit tests" || exit 77 + +bash crawl-test.sh --errors 0 --files 3 \ + --found ut.httrack.com/cookies/third.html \ + --found ut.httrack.com/cookies/second.html \ + --found ut.httrack.com/cookies/entrance.html \ + httrack http://ut.httrack.com/cookies/entrance.php |
