Searched refs:WgetTest (Results 1 - 25 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DWgetFeature.pm6 use WgetTest;
15 my $output = `$WgetTest::WGETPATH --version`;
H A DHTTPTest.pm7 use WgetTest;
9 our @ISA = qw(WgetTest);
H A DFTPTest.pm7 use WgetTest;
9 our @ISA = qw(WgetTest);
H A DTest-N--no-content-disposition-trivial.px28 my $cmdline = $WgetTest::WGETPATH . " -N --no-content-disposition http://localhost:{{port}}/dummy.txt";
H A DTest-N--no-content-disposition.px29 my $cmdline = $WgetTest::WGETPATH . " -N --no-content-disposition http://localhost:{{port}}/dummy.txt";
H A DTest-N.px28 my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:{{port}}/dummy.txt";
H A DTest-auth-basic.px28 my $cmdline = $WgetTest::WGETPATH . " --user=fiddle-dee-dee --password=Dodgson"
H A DTest-auth-no-challenge-url.px29 my $cmdline = $WgetTest::WGETPATH . " --auth-no-challenge "
H A DTest-auth-no-challenge.px29 my $cmdline = $WgetTest::WGETPATH . " --auth-no-challenge"
H A DTest-auth-with-content-disposition.px29 my $cmdline = $WgetTest::WGETPATH . " --user=fiddle-dee-dee --password=Dodgson"
H A DTest-c-full.px31 my $cmdline = $WgetTest::WGETPATH . " -c http://localhost:{{port}}/somefile.txt";
H A DTest-c.px31 my $cmdline = $WgetTest::WGETPATH . " -c http://localhost:{{port}}/somefile.txt";
H A DTest-cookies-401.px32 my $cmdline = $WgetTest::WGETPATH . " -d http://localhost:{{port}}/one.txt"
H A DTest-ftp.px25 my $cmdline = $WgetTest::WGETPATH . " -S ftp://localhost:{{port}}/afile.txt";
H A DTest-proxy-auth-basic.px28 my $cmdline = $WgetTest::WGETPATH . " --debug --user=fiddle-dee-dee --password=Dodgson"
H A DTest--no-content-disposition-trivial.px36 my $cmdline = $WgetTest::WGETPATH . " --no-content-disposition http://localhost:{{port}}/dummy.html";
H A DTest--no-content-disposition.px37 my $cmdline = $WgetTest::WGETPATH . " --no-content-disposition http://localhost:{{port}}/dummy.html";
H A DTest--spider-fail.px36 my $cmdline = $WgetTest::WGETPATH . " --spider http://localhost:{{port}}/nonexistent";
H A DTest--spider.px36 my $cmdline = $WgetTest::WGETPATH . " --spider http://localhost:{{port}}/index.html";
H A DTest-HTTP-Content-Disposition.px37 my $cmdline = $WgetTest::WGETPATH . " -e contentdisposition=on http://localhost:{{port}}/dummy.html";
H A DTest-N-current.px37 my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:{{port}}/somefile.txt";
H A DTest-N-no-info.px36 my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:{{port}}/somefile.txt";
H A DTest-N-old.px35 my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:{{port}}/somefile.txt";
H A DTest-N-smaller.px38 my $cmdline = $WgetTest::WGETPATH . " -N http://localhost:{{port}}/somefile.txt";
H A DTest-Restrict-Lowercase.px36 my $cmdline = $WgetTest::WGETPATH . " --restrict-file-names=lowercase http://localhost:{{port}}/SomePage.html";

Completed in 54 milliseconds

123