[
https://jira.jboss.org/jira/browse/JBPM-2354?page=com.atlassian.jira.plug...
]
Tom Baeyens reassigned JBPM-2354:
---------------------------------
Assignee: Heiko Braun (was: Tom Baeyens)
Heiko, I've moved the SQLStmtTest to a normal package name: org.jbpm.test.reporting
And I added it to the exclude list. Could you have a look at this ?
fix excluded integration tests for test-db
------------------------------------------
Key: JBPM-2354
URL:
https://jira.jboss.org/jira/browse/JBPM-2354
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Tom Baeyens
Assignee: Heiko Braun
Fix For: jBPM 4.0
in the test-db pom:
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<failIfNoTests>false</failIfNoTests>
<trimStackTrace>false</trimStackTrace>
<excludes>
<exclude>org/jbpm/test/activities/ForkJoinInSameTransactionTest.java</exclude>
<exclude>org/jbpm/test/execution/ConcurrentEndTest.java</exclude>
<exclude>org/jbpm/test/async/AsyncEndCombinationTest.java</exclude>
<exclude>reporting/SQLStmtTest.java</exclude>
</excludes>
</configuration>
</plugin>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira