Skip to content

Commit

Permalink
Remove unused test entities
Browse files Browse the repository at this point in the history
  • Loading branch information
enozcan committed Nov 11, 2019
1 parent 28350fe commit c33c8da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 134 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<configuration>
<parallel>none</parallel>
<configuration combine.self="override">
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<printSummary>false</printSummary>
<skipAfterFailureCount>1</skipAfterFailureCount>
</configuration>
</plugin>
</plugins>
Expand Down
63 changes: 0 additions & 63 deletions src/test/java/jcache/L2C/test/entity/Item.java

This file was deleted.

67 changes: 0 additions & 67 deletions src/test/java/jcache/L2C/test/entity/SubItem.java

This file was deleted.

0 comments on commit c33c8da

Please sign in to comment.