Euphoria Ticket #980: Server scripts now absent from the new server mean unit tests can never pass t_net_http.e

The unit tests in t_net_http rely on the server to return certain values to the client. I don't know when this change in the sever happened in the server but I noticed it when trying to debug the http_get routines.

In the Euphoria code below which are among the calls in the t_net_http.e test file, the calls try to use files on the OpenEuphoria server that no longer exist. This is a problem with the OpenEuphoria server.

content = http_post("http://test.openeuphoria.org/post_test.ex", data, 
content = http_get("http://test.openeuphoria.org/post_test.txt", headers ) 
content = http_post("http://test.openeuphoria.org/post_test.ex",                  
content = http_get("http://test.openeuphoria.org/post_test.txt", headers) 
content = http_post("http://test.openeuphoria.org/post_file.cgi",  
       { MULTIPART_FORM_DATA, data }, {authorize_header}) 

Details

Type: Bug Report Severity: Minor Category: Other
Assigned To: ghaberek Status: Fixed Reported Release: 4.1
Fixed in SVN #: View VCS: none Milestone:

1. Comment by ghaberek Apr 27, 2019

This has been corrected. Pulled in the files from the old server export.

Search



Quick Links

User menu

Not signed in.

Misc Menu