From b67b019f85d135bb6e53981f4c55636e0e037c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim Rühsen?= Date: Fri, 21 Nov 2014 16:07:01 +0100 Subject: [PATCH] Change testenv/Test-auth-both.py from XFAIL to a normal test --- testenv/ChangeLog | 5 +++++ testenv/Makefile.am | 4 +--- testenv/Test-auth-both.py | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/testenv/ChangeLog b/testenv/ChangeLog index 814a374..d28afdd 100644 --- a/testenv/ChangeLog +++ b/testenv/ChangeLog @@ -1,3 +1,8 @@ +2014-11-21 Tim Ruehsen + + * Makefile.am: removed XFAIL_TESTS + * Test-auth-both.py: changed from XFAIL into normal test + 2014-11-19 Darshit Shah * Test-504.py: Add new test case to show how Wget handles 504 Gateway diff --git a/testenv/Makefile.am b/testenv/Makefile.am index 8574ad9..30e6539 100644 --- a/testenv/Makefile.am +++ b/testenv/Makefile.am @@ -52,11 +52,9 @@ if HAVE_PYTHON3 Test-Post.py \ Test-504.py \ Test--spider-r.py - - XFAIL_TESTS = Test-auth-both.py endif -EXTRA_DIST = certs conf exc misc server test README $(TESTS) $(XFAIL_TESTS) +EXTRA_DIST = certs conf exc misc server test README $(TESTS) TEST_EXTENSIONS = .py PY_LOG_COMPILER = python3 diff --git a/testenv/Test-auth-both.py b/testenv/Test-auth-both.py index 91d72b8..e6d7a2d 100755 --- a/testenv/Test-auth-both.py +++ b/testenv/Test-auth-both.py @@ -51,8 +51,8 @@ WGET_URLS = [["File1", "File2", "File3"]] Files = [[A_File, B_File, C_File]] -ExpectedReturnCode = 0 -ExpectedDownloadedFiles = [A_File, B_File, C_File] +ExpectedReturnCode = 8 +ExpectedDownloadedFiles = [A_File, C_File] ################ Pre and Post Test Hooks ##################################### pre_test = { -- 2.1.3