[TIMOB-16747] CLI: ti setup check fails to parse online status on Windows
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-03-27T20:50:56.000+0000 |
Affected Version/s | Release 3.2.3 |
Fix Version/s | 2014 Sprint 06, 2014 Sprint 06 Tooling, Release 3.2.3, Release 3.3.0 |
Components | CLI |
Labels | qe-3.2.3, qe-testadded |
Reporter | Samuel Dowse |
Assignee | Chris Barber |
Created | 2014-03-27T17:51:46.000+0000 |
Updated | 2014-06-19T12:43:20.000+0000 |
Description
Description
Running ti setup check on a Windows machine outputs that the machine is not connected to the internet, even if it is.
This causes the rest of the check to fail due to it thinking it is offline.
Steps To Reproduce
1. Run ti setup check
2. Check the online status
Expected Result
Should say online (if you are online)
Actual Result
Says you are offline, even if you are actually online
Comments
JSON Source
Master pull request: https://github.com/appcelerator/node-appc/pull/87 3.2.x pull request: https://github.com/appcelerator/node-appc/pull/88
Verified fixed on: Windows 7, 8, 8.1 Appcelerator Studio, build: 3.2.3.201403271839 Titanium SDK, build: 3.2.3.v20140327115429 CLI: 3.2.3-alpha2 Alloy: 1.3.1 Node-Appc: 0.2.1-alpha2 ti setup check successfully checks the online status. Closing.