Fixes broken tests

This commit is contained in:
Marcin Grzejszczak
2019-09-09 15:13:14 +02:00
parent c7b4f0125b
commit a1ba2a3be1
2 changed files with 6 additions and 4 deletions

View File

@@ -60,6 +60,7 @@ class JmsMessagingApplicationSpec extends Specification {
@BeforeClass
static void init() {
System.setProperty("org.apache.activemq.SERIALIZABLE_PACKAGES", "*")
System.setProperty("debug", "true")
}
def "should work for triggered based messaging"() {