Closed StefanScherer closed 9 years ago
@jdorner Wow, my first PR that is automatically checked. But AppVeyor hangs. Could you please abort the build jobs as they "DoS" SAP download ;-)
Perhaps we have to test if the secret environment could also be stored in AppVeyor web UI and not the appveyor.yml.
Done! Thanks for this nice patch including tests :smiley:
In our project we would like to put the
sapnwrfc.ini
into a config directory. I have seen that there is aRfcSetIniPath()
function in the SDK.I have added a binding function
SetIniPath()
and some tests.