Skip to content

Commit

Permalink
Merge pull request #29 from Hi-Fi/release/0.0.4
Browse files Browse the repository at this point in the history
Release/0.0.4
  • Loading branch information
Hi-Fi authored Oct 4, 2016
2 parents a688e1c + 5d25b54 commit bd19918
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.hi-fi</groupId>
<artifactId>remotesikulilibrary</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<packaging>jar</packaging>

<name>robotframework-remotesikulilibrary</name>
Expand Down Expand Up @@ -45,7 +45,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<keywords.class>com.github.hi_fi.remotesikulilibrary.RemoteSikuliLibrary</keywords.class>
<keywords.class>RemoteSikuliLibrary</keywords.class>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<powermock.version>1.6.5</powermock.version>
</properties>
Expand Down Expand Up @@ -345,7 +345,7 @@
<classpath />
<argument>org.robotframework.remoteserver.RemoteServer</argument>
<argument>--library</argument>
<argument>com.github.hi_fi.remotesikulilibrary.RemoteSikuliLibrary:/</argument>
<argument>RemoteSikuliLibrary:/</argument>
<argument>--port</argument>
<argument>62022</argument>
</arguments>
Expand Down
2 changes: 1 addition & 1 deletion src/test/robotframework/acceptance/common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Log results and kill process
Terminate All Processes

Start test server
${process} Start Process java -cp ${maven.runtime.classpath} org.robotframework.remoteserver.RemoteServer --library com.github.hi_fi.remotesikulilibrary.RemoteSikuliLibrary:/ --port 62022
${process} Start Process java -cp ${maven.runtime.classpath} org.robotframework.remoteserver.RemoteServer --library RemoteSikuliLibrary:/ --port 62022
Set Test Variable ${testServer} ${process}

Start test application
Expand Down

0 comments on commit bd19918

Please sign in to comment.