Port missmatch fix by alexander-poulikakos · Pull Request #522 · appium/java-client

TikhomirovSergey added a commit that referenced this pull request

Nov 25, 2016
* Make AppiumService aware of port number when using withArgument(...)
method.

* Use equalsIgnoreCase instead

* changed to toLowerCase instead.

* switched order of equals check.

* code formating fixes.

* Code formating fixes

* Changed unit test names

* The addition to #522

- the ability use ip and log file as server args was provided

- test update/fix