[TIMOB-18061] Kitchen Sink: Platform > XHR > Error Callback attempts to open nonexistent URL
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-05-02T20:33:22.000+0000 |
Affected Version/s | Release 3.4.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | ios, kitchensink, qe-3.4.1, utf-8, xhr |
Reporter | Eric Wieber |
Assignee | Eric Merriman |
Created | 2014-11-19T23:55:36.000+0000 |
Updated | 2017-05-02T20:33:22.000+0000 |
Description
The KitchenSink test: Platform > XHR > Error Callback, makes a call to http://www.fre100.com which currently does not exist. This causes no response to be given for the UTF-8 GET.
Recommend we change the URL to: http://www.appcelerator.com/
*Steps to reproduce issue:*
1. Launch KitchenSink
2. Go to the Platform > XHR > Error Callback test
3. Notice that the response says "A server with the specified hostname could not be found."
*Expected Result*:
A proper response should be shown, without error.
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.