Skip to content

Commit

Permalink
Item14237: Returned expected 302 status code to upload actions
Browse files Browse the repository at this point in the history
400/404 was probably incorrect.
  • Loading branch information
vrurg committed May 14, 2018
1 parent b29c8eb commit 6a84d19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UnitTestContrib/test/unit/UIFnCompileTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ our %expected_status_main_webhome = (
previewauth => 200,
changes => 200,
rename => 200,
upload => 400,
upload => 302,
resetpasswd => 400,
register => 501,
view => 200,
Expand Down Expand Up @@ -262,7 +262,7 @@ sub verify_switchboard_function_nonExistantWeb {
rest => 404,
save => 404,
search => 302,
upload => 404,
upload => 302,
view => 404,
viewauth => 404,
viewfile => 404,
Expand Down Expand Up @@ -309,7 +309,7 @@ sub verify_switchboard_function_nonExistantTopic {
rest => 404,
save => 302,
search => 302,
upload => 404,
upload => 302,
view => 404,
viewauth => 404,
viewfile => 404,
Expand Down

0 comments on commit 6a84d19

Please sign in to comment.