svn commit: r767813 - /jakarta/taglibs/proper/standard/trunk/pom.xml
| Newsgroups | gmane.comp.jakarta.taglibs.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: bayard
Date: Thu Apr 23 05:59:29 2009
New Revision: 767813
URL: http://svn.apache.org/viewvc?rev=767813&view=rev
Log:
Exclude old tests found in src tree; and everything builds. Amazing.
Modified:
jakarta/taglibs/proper/standard/trunk/pom.xml
Modified: jakarta/taglibs/proper/standard/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/pom.xml?rev=767813&r1=767812&r2=767813&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/standard/trunk/pom.xml Thu Apr 23 05:59:29 2009
@@ -139,6 +139,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
+ <!-- Cactus tests. To move -->
<exclude>org/apache/taglibs/standard/functions/TestEndsWith.java</exclude>
<exclude>org/apache/taglibs/standard/tag/el/core/Test34109.java</exclude>
<exclude>org/apache/taglibs/standard/tag/el/core/Test37466.java</exclude>
@@ -148,6 +149,12 @@
<exclude>org/apache/taglibs/standard/tag/el/sql/Test43831.java</exclude>
<exclude>org/apache/taglibs/standard/tag/el/xml/Test30068.java</exclude>
<exclude>org/apache/taglibs/standard/tag/el/xml/Test35216.java</exclude>
+
+ <!-- Old tests -->
+ <!-- Started failing for JSTL 1.2 -->
+ <exclude>org/apache/taglibs/standard/lang/jstl/test/EvaluationTest.java</exclude>
+ <!-- May never have passed -->
+ <exclude>org/apache/taglibs/standard/lang/jstl/test/ParserTest.java</exclude>
</excludes>
</configuration>
</plugin>