lenagainulina / lost-in-berlin

A B2C web and mobile app
0 stars 1 forks source link

TE-009 add MVC tests for business controller #22

Closed lenagainulina closed 6 years ago

lenagainulina commented 6 years ago

Fixes #21

Open issues:

  1. In order to run MVC tests I had to comment out the annotation @EnableJpaAuditing in the main class. Unfortunately I didn't manage to fix it in a more appropriate way. Advises and hints will be highly appreciated!

  2. test_update_business_not_found() in BusinessControllerMockMvcTest keeps failing. Any idea why?