Skip to content

Commit f5fe2b6

Browse files
Merge pull request #141 from TanyaEf/master
Integration tests were extracted(issue #131)
2 parents c1c6b4f + 4956504 commit f5fe2b6

26 files changed

+58
-2336
lines changed

pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
<artifactId>slf4j-api</artifactId>
137137
<version>1.7.12</version>
138138
</dependency>
139-
140139
<dependency>
141140
<groupId>org.slf4j</groupId>
142141
<artifactId>slf4j-log4j12</artifactId>
@@ -147,7 +146,6 @@
147146
<artifactId>log4j</artifactId>
148147
<version>1.2.17</version>
149148
</dependency>
150-
151149
<dependency>
152150
<groupId>org.slf4j</groupId>
153151
<artifactId>jul-to-slf4j</artifactId>
@@ -208,29 +206,6 @@
208206
</configuration>
209207
</plugin>
210208

211-
212-
<!-- Used for integration tests -->
213-
<plugin>
214-
<groupId>org.apache.maven.plugins</groupId>
215-
<artifactId>maven-failsafe-plugin</artifactId>
216-
<version>2.12</version>
217-
<configuration>
218-
<argLine>-Xmx512m -XX:MaxPermSize=256m</argLine>
219-
</configuration>
220-
<executions>
221-
<execution>
222-
<id>integration-tests</id>
223-
<goals>
224-
<goal>integration-test</goal>
225-
<goal>verify</goal>
226-
</goals>
227-
<configuration>
228-
<skipTests>true</skipTests>
229-
</configuration>
230-
</execution>
231-
</executions>
232-
</plugin>
233-
234209
<!-- build jar with deps -->
235210
<plugin>
236211
<artifactId>maven-assembly-plugin</artifactId>

src/integration-test/java/com/jaspersoft/jasperserver/jaxrs/client/RestClientTestUtil.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/integration-test/java/com/jaspersoft/jasperserver/jaxrs/client/apiadapters/attributes/OrganizationBatchAttributesServiceIT.java

Lines changed: 0 additions & 130 deletions
This file was deleted.

src/integration-test/java/com/jaspersoft/jasperserver/jaxrs/client/apiadapters/attributes/OrganizationSingleAttributesServiceIT.java

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)