jdorner / node-sapnwrfc

SAP Netweaver RFC SDK bindings for Node.js
MIT License
55 stars 23 forks source link

Add function SetIniPath() #23

Closed StefanScherer closed 9 years ago

StefanScherer commented 9 years ago

In our project we would like to put the sapnwrfc.ini into a config directory. I have seen that there is a RfcSetIniPath() function in the SDK.

I have added a binding function SetIniPath() and some tests.

StefanScherer commented 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.

jdorner commented 9 years ago

Done! Thanks for this nice patch including tests :smiley: