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;