Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
removed snapshot dependency on drone
Browse files Browse the repository at this point in the history
  • Loading branch information
papousek committed Sep 25, 2012
1 parent d78aa69 commit 0da6d15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -14,7 +14,7 @@


<properties> <properties>
<version.arquillian>1.0.2.Final</version.arquillian> <version.arquillian>1.0.2.Final</version.arquillian>
<version.drone>1.1.0.Final-SNAPSHOT</version.drone> <version.drone>1.1.0.CR3</version.drone>
<version.jgit>2.0.0.201206130900-r</version.jgit> <version.jgit>2.0.0.201206130900-r</version.jgit>
<version.svnkit>1.7.5-v1</version.svnkit> <version.svnkit>1.7.5-v1</version.svnkit>
</properties> </properties>
Expand Down
Expand Up @@ -21,7 +21,7 @@
import org.jboss.arquillian.junit.Arquillian; import org.jboss.arquillian.junit.Arquillian;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.openqa.selenium.iphone.IPhoneDriver; import org.openqa.selenium.WebDriver;


/** /**
* @author <a href="jpapouse@redhat.com">Jan Papousek</a> * @author <a href="jpapouse@redhat.com">Jan Papousek</a>
Expand All @@ -30,7 +30,7 @@
public class DroneTestCase { public class DroneTestCase {


@Drone @Drone
private IPhoneDriver browser; private WebDriver browser;


@Test @Test
public void open() { public void open() {
Expand Down
1 change: 1 addition & 0 deletions ftest/src/test/resources/arquillian.xml
Expand Up @@ -28,6 +28,7 @@
</extension> </extension>


<extension qualifier="webdriver"> <extension qualifier="webdriver">
<property name="remote">true</property>
<property name="remoteAddress">http://localhost:3001/wd/hub</property> <property name="remoteAddress">http://localhost:3001/wd/hub</property>
</extension> </extension>


Expand Down

0 comments on commit 0da6d15

Please sign in to comment.