From d7ea21b2e73d3dcf58e94b689a872025b3591be9 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Wed, 19 Mar 2014 23:42:08 +0800 Subject: [PATCH 1/1] Tests: Add constraint on https for --https-only test. Signed-off-by: Yousong Zhou --- tests/ChangeLog | 4 ++++ tests/Test--httpsonly-r.px | 2 ++ 2 files changed, 6 insertions(+) diff --git a/tests/ChangeLog b/tests/ChangeLog index f2e80e52..c3baac36 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2014-02-24 Yousong Zhou (tiny change) + + * tests/Test--httpsonly-r.px: Add feature constraint on https. + 2014-02-13 Yousong Zhou * Test--start-pos.px: Test --start-pos for HTTP downloads. diff --git a/tests/Test--httpsonly-r.px b/tests/Test--httpsonly-r.px index 019df1aa..66d156f7 100755 --- a/tests/Test--httpsonly-r.px +++ b/tests/Test--httpsonly-r.px @@ -3,6 +3,8 @@ use strict; use warnings; +use WgetFeature qw(https); + use HTTPTest; -- 2.39.2