javaeekickoff / java-ee-kickoff-app

javaee-kickoff-app
Other
179 stars 53 forks source link

Test cases don't run / out of sync #18

Closed zoperado closed 6 years ago

zoperado commented 6 years ago

dbunit references not resolving. Found that adding works `

org.jboss.arquillian.extension
<artifactId>arquillian-persistence-dbunit</artifactId>
<version>1.0.0.Alpha7</version>
<scope>test</scope>

` However, the test code is broken as it's not in symphony with the main code. Several classes need to be added and shrinkwrapped to make tests run again.

BalusC commented 6 years ago

Test cases have been caught up.