Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
matusmacik committed Aug 13, 2018
1 parent 4d2a342 commit 5fe38f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
7 changes: 0 additions & 7 deletions gui/admin-gui/pom.xml
Expand Up @@ -208,13 +208,6 @@
<scope>runtime</scope>
</dependency>

<!--TODO for the time being, check if this really needed -->
<dependency>
<groupId>com.github.sommeri</groupId>
<artifactId>less4j</artifactId>
<version>1.17.2</version>
</dependency>

<!-- WRO4J-->
<dependency>
<groupId>ro.isdc.wro4j</groupId>
Expand Down
1 change: 1 addition & 0 deletions testing/schrodingertest/pom.xml
Expand Up @@ -154,6 +154,7 @@
<suiteXmlFiles>
<suiteXmlFile>testng-integration-schrodinger.xml</suiteXmlFile>
</suiteXmlFiles>
<!--<skipITs>true</skipITs>-->
<skipITs>${skipTests}</skipITs>
</configuration>
<executions>
Expand Down
Expand Up @@ -2,8 +2,6 @@ username=administrator
password=5ecr3t
base_url=http://localhost:8180/midpoint
webdriver=webdriver.chrome.driver
#webdriverLocation=/home/mmacik/chromed/chromedriver
webdriverLocation=/opt/chromedriver
#webdriverLocation=C:\\Users\\matus\\chromedriver\\chromedriver.exe
# By default if no value is specified for headless start then the value is: false
headlessStart=true
headlessStart=false
6 changes: 3 additions & 3 deletions testing/schrodingertest/testng-integration-schrodinger.xml
Expand Up @@ -19,12 +19,12 @@
<test name="Schrodinger" preserve-order="true" parallel="false" verbose="10" enabled="true">
<classes>
<class name="com.evolveum.midpoint.testing.schrodinger.TestSuiteConfig"/>
<class name="com.evolveum.midpoint.testing.schrodinger.scenarios.OrganizationStructureTests"/>
<!--<class name="com.evolveum.midpoint.testing.schrodinger.scenarios.OrganizationStructureTests"/>-->
<!--<class name="com.evolveum.midpoint.testing.schrodinger.scenarios.UserAccountTests"/>
<class name="com.evolveum.midpoint.testing.schrodinger.scenarios.OrganizationStructureTests"/>
<class name="com.evolveum.midpoint.testing.schrodinger.scenarios.PolyStringTests"/>
<class name="com.evolveum.midpoint.testing.schrodinger.scenarios.SynchronizationTests"/>
<class name="com.evolveum.midpoint.testing.schrodinger.scenarios.UserPhotoTests"/>-->
<class name="com.evolveum.midpoint.testing.schrodinger.scenarios.SynchronizationTests"/>>-->
<class name="com.evolveum.midpoint.testing.schrodinger.scenarios.UserPhotoTests"/>
</classes>
</test>
</suite>

0 comments on commit 5fe38f0

Please sign in to comment.