Signed-off-by: Yousong Zhou <[email protected]> --- tests/ChangeLog | 4 ++++ tests/Test--httpsonly-r.px | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/tests/ChangeLog b/tests/ChangeLog index f2e80e5..c3baac3 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2014-02-24 Yousong Zhou <[email protected]> (tiny change) + + * tests/Test--httpsonly-r.px: Add feature constraint on https. + 2014-02-13 Yousong Zhou <[email protected]> * 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 019df1a..66d156f 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; -- 1.7.2.5
