Author: sebb
Date: Mon Jun 10 19:08:07 2013
New Revision: 1491568
URL: http://svn.apache.org/r1491568
Log:
Tidy up test excludes
Modified:
commons/proper/net/trunk/pom.xml
Modified: commons/proper/net/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1491568&r1=1491567&r2=1491568&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Mon Jun 10 19:08:07 2013
@@ -175,9 +175,7 @@ Supported protocols include: Echo, Finge
<configuration>
<excludes>
<exclude>**/*FunctionalTest.java</exclude>
- <exclude>**/*POP3*.java</exclude>
- <!-- JUnit4 and/or Surefire does not like a class with
a private constructor -->
- <exclude>**/TestSetupParameters.java</exclude>
+ <exclude>**/POP3*Test.java</exclude>
</excludes>
</configuration>
</plugin>