Use annotations instead of excluding tests in pom.xml
-----------------------------------------------------

                 Key: OPENJPA-770
                 URL: https://issues.apache.org/jira/browse/OPENJPA-770
             Project: OpenJPA
          Issue Type: Sub-task
    Affects Versions: 2.0.0
            Reporter: Michael Dick
             Fix For: 2.0.0


In openjpa-persistence-jdbc/pom.xml there are a lot of excluded testcases. 
Instead of hard coding these in pom.xml we should use the new annotation that 
Pinaki introduced in the "parent" JIRA issue. 

The list of excluded tests can be found in pom.xml, here's a subsection of them

<!-- exclude new tests that aren't passing yet -->
                        
<exclude>org/apache/openjpa/persistence/jpql/clauses/TestEJBQueryInterface.java</exclude>
                        
<exclude>org/apache/openjpa/persistence/kernel/TestInitialValueFetching.java</exclude>
                        
<exclude>org/apache/openjpa/persistence/kernel/TestOpenResultsCommit.java</exclude>
                        
<exclude>org/apache/openjpa/persistence/query/TestQuotedNumbersInFilters2.java</exclude>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to