Skip to content

Commit

Permalink
Merge pull request #4 from Hi-Fi/release/0.0.1
Browse files Browse the repository at this point in the history
Release/0.0.1
  • Loading branch information
Hi-Fi authored Jan 18, 2017
2 parents 668d631 + 494ce78 commit cace3d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<keywords.class>httprequestlibrary</keywords.class>
<keywords.class>HttpRequestLibrary</keywords.class>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<powermock.version>1.6.5</powermock.version>
<httpclient.version>4.5.2</httpclient.version>
Expand Down
5 changes: 2 additions & 3 deletions src/test/robotframework/acceptance/Get.robot
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ Resource common.robot
Get Requests
[Tags] get
Create Session google http://www.google.com
Create Session github https://api.github.com
Create Session httpbin http://httpbin.org
${resp}= Get Request google /
Should Be Equal As Strings ${resp.status_code} 200
${resp}= Get Request github /users/bulkan
${resp}= Get Request httpbin /
Should Be Equal As Strings ${resp.status_code} 200
Dictionary Should Contain Value ${resp.json} Bulkan Evcimen
Get Requests with Url Parameters
[Tags] get
Expand Down

0 comments on commit cace3d9

Please sign in to comment.