[
https://issues.jboss.org/browse/SEAMJMS-62?page=com.atlassian.jira.plugin...
]
Marek Schmidt updated SEAMJMS-62:
---------------------------------
Steps to Reproduce:
* remove the @Skip from
testsuite/src/test/java/org/jboss/seam/jms/test/builder/queue/QueueBuilderImplTest.java
testsuite/src/test/java/org/jboss/seam/jms/test/builder/topic/TopicBuilderImplTest.java
* export JBOSS_HOME=/path/to/jboss-as-7.x
* $JBOSS_HOME/bin/standalone.sh
--server-config=$JBOSS_HOME/standalone/configuration/standalone-preview.xml
* $JBOSS_HOME/bin/jboss-admin.sh --file=testsuite/jbossas7.cli
* mvn clean verify -Darquillian=jbossas-remote-7
* or, terminate JBossAS and mvn clean verify -Darquillian=jbossas-managed-7
was:
* remove the @Skip from
testsuite/src/test/java/org/jboss/seam/jms/test/builder/queue/QueueBuilderImplTest.java
testsuite/src/test/java/org/jboss/seam/jms/test/builder/topic/TopicBuilderImplTest.java
*export JBOSS_HOME=/path/to/jboss-as-7.x
*$JBOSS_HOME/bin/standalone.sh
--server-config=$JBOSS_HOME/standalone/configuration/standalone-preview.xml
*$JBOSS_HOME/bin/jboss-admin.sh --file=testsuite/jbossas7.cli
*mvn clean verify -Darquillian=jbossas-remote-7
* or, terminate JBossAS and mvn clean verify -Darquillian=jbossas-managed-7
TopicBuilderImplTest, QueueBuilderImplTest fails on AS7
-------------------------------------------------------
Key: SEAMJMS-62
URL:
https://issues.jboss.org/browse/SEAMJMS-62
Project: Seam JMS
Issue Type: Bug
Components: Test Suite
Affects Versions: 3.1.0.CR1
Reporter: Marek Schmidt
Fix For: 3.1.0.Final
Failed tests: testSendMap(org.jboss.seam.jms.test.builder.topic.TopicBuilderImplTest):
expected:<true> but was:<false>
testSendString(org.jboss.seam.jms.test.builder.topic.TopicBuilderImplTest):
expected:<true> but was:<false>
testSendObject(org.jboss.seam.jms.test.builder.topic.TopicBuilderImplTest):
expected:<true> but was:<false>
testSendMap(org.jboss.seam.jms.test.builder.queue.QueueBuilderImplTest):
expected:<true> but was:<false>
testSendString(org.jboss.seam.jms.test.builder.queue.QueueBuilderImplTest):
expected:<true> but was:<false>
testSendObject(org.jboss.seam.jms.test.builder.queue.QueueBuilderImplTest):
expected:<true> but was:<false>
Tests run: 69, Failures: 6, Errors: 0, Skipped: 2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira