File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/robotframework/acceptance Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.github.hi-fi</groupId >
55 <artifactId >remotesikulilibrary</artifactId >
6- <version >0.0.4-SNAPSHOT </version >
6+ <version >0.0.4</version >
77 <packaging >jar</packaging >
88
99 <name >robotframework-remotesikulilibrary</name >
4545
4646 <properties >
4747 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
48- <keywords .class>com.github.hi_fi.remotesikulilibrary. RemoteSikuliLibrary</keywords .class>
48+ <keywords .class>RemoteSikuliLibrary</keywords .class>
4949 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5050 <powermock .version>1.6.5</powermock .version>
5151 </properties >
345345 <classpath />
346346 <argument >org.robotframework.remoteserver.RemoteServer</argument >
347347 <argument >--library</argument >
348- <argument >com.github.hi_fi.remotesikulilibrary. RemoteSikuliLibrary:/</argument >
348+ <argument >RemoteSikuliLibrary:/</argument >
349349 <argument >--port</argument >
350350 <argument >62022</argument >
351351 </arguments >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Log results and kill process
99 Terminate All Processes
1010
1111Start test server
12- ${process } Start Process java -cp ${maven.runtime.classpath } org.robotframework.remoteserver.RemoteServer --library com.github.hi_fi.remotesikulilibrary. RemoteSikuliLibrary:/ --port 62022
12+ ${process } Start Process java -cp ${maven.runtime.classpath } org.robotframework.remoteserver.RemoteServer --library RemoteSikuliLibrary:/ --port 62022
1313 Set Test Variable ${testServer } ${process }
1414
1515Start test application
You can’t perform that action at this time.
0 commit comments