File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/test/java/org/woehlke/simpleworklist/application Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 88import org .springframework .test .web .servlet .MockMvc ;
99import org .springframework .web .context .WebApplicationContext ;
1010import org .woehlke .simpleworklist .application .ApplicationProperties ;
11- import org .woehlke .simpleworklist .helper .TestHelperService ;
11+ import org .woehlke .simpleworklist .application . helper .TestHelperService ;
1212import org .woehlke .simpleworklist .user .account .UserAccount ;
1313import org .woehlke .simpleworklist .user .account .UserAccountService ;
1414import org .woehlke .simpleworklist .user .account .UserAccountAccessService ;
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .helper ;
1+ package org .woehlke .simpleworklist .application . helper ;
22
33import org .woehlke .simpleworklist .user .resetpassword .UserPasswordRecovery ;
44import org .woehlke .simpleworklist .user .register .UserRegistration ;
Original file line number Diff line number Diff line change 1- package org .woehlke .simpleworklist .helper ;
1+ package org .woehlke .simpleworklist .application . helper ;
22
33import org .springframework .stereotype .Service ;
44import org .springframework .transaction .annotation .Propagation ;
88import org .woehlke .simpleworklist .user .register .UserRegistrationRepository ;
99import org .woehlke .simpleworklist .user .resetpassword .UserPasswordRecovery ;
1010import org .woehlke .simpleworklist .user .register .UserRegistration ;
11- import org .woehlke .simpleworklist .helper .TestHelperService ;
1211
1312import org .springframework .beans .factory .annotation .Autowired ;
1413import org .woehlke .simpleworklist .task .TaskRepository ;
You can’t perform that action at this time.
0 commit comments