From a49a967590a982775ebd04c52c2d8fc03ea3729b Mon Sep 17 00:00:00 2001 From: Steffen Allner Date: Fri, 11 Aug 2017 09:52:11 +0200 Subject: [PATCH] The name of the status code has changed. --- src/five/formlib/tests/forms.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/five/formlib/tests/forms.txt b/src/five/formlib/tests/forms.txt index c047da7..47df96c 100644 --- a/src/five/formlib/tests/forms.txt +++ b/src/five/formlib/tests/forms.txt @@ -187,7 +187,7 @@ via and override in the zcml. Let's ensure that that works: ... edittest2 ... -----------------------------968064918930967154199105236-- ... """, handle_errors=False) - HTTP/1.1 302 Moved Temporarily + HTTP/1.1 302 Found ... Location: http://localhost/test_folder_1_/ftf/manage_main ... @@ -287,7 +287,7 @@ the form will submit correctly and create the object: ... unicodetest ... -----------------------------968064918930967154199105236-- ... """ % (ni_hao, wo_hen_hao), handle_errors=False) - HTTP/1.1 302 Moved Temporarily + HTTP/1.1 302 Found ... Location: http://localhost/test_folder_1_/ftf/manage_main ...