|
JUnit test org.jboss.jdf.ticketmonster.test.rest.BookingServiceTest.testGetBookings() is annotated @Ignored. When I tried to remove the @Ignored annotation, everything seems OK at first, but as soon as I tried to run tests in managed mode, it has failed. The test case looks valid and the reason it fails should be fixed.
|