-
Notifications
You must be signed in to change notification settings - Fork 559
Fix HttpClientWebRequest so that it supports both GET and POST requests. #461
base: master
Are you sure you want to change the base?
Conversation
Hi @dconnelly, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution! TTYL, AZPRBOT; |
Current coverage is
|
@dconnelly, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
@dconnelly thanks for your contribution. Maybe you can add tests that declares initialization of |
Sure I can add some unit tests. Also, are there plans for actual integration tests with real accounts? Perhaps Office365 with some test accounts would be a good start, and should improve code coverage numbers considerably. |
Yes that would be nice. AFAIK we might ran into troubles while credentials must not be exposed and Microsoft needs to donate some accounts. |
Isn't this a Microsoft project? ;-) Probably all is needed is a few O365 test accounts and Travis does support storing encrypted items in .travis.yml (see http://docs.travis-ci.com/user/encryption-keys/). |
maybe @vboctor can check on the integration testing topic and the related accounts. Meanwhile some unit-tests could be added to have this merged ;-) |
@dconnelly are you planning any changes so far? |
Hey sorry André been swamped. Will get to it this weekend.
On Wed, Dec 2, 2015 at 1:41 PM, André Behrens [email protected]
|
@dconnelly it would be nice if we could merge your contribution. Please provide the mentioned changes if you are able to. |
running into this issue too in my opinion this should just be merged. I verified the fix worked so we are running on master + this change on our production instance |
André, I added some unit test coverage although it's difficult to test fully without an actual server connection. Let me know what you think. |
@@ -0,0 +1,42 @@ | |||
package microsoft.exchange.webservices.data.core; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dconnelly license header must be added.
@dconnelly once license header has been added this will be merged. Thanks for your contribution. |
@serious6 can you tell me the line of text you want added and the file to add it and I will make a commit? madness that this has not been merged for over a year |
still waiting on this one |
Should fix #452