Skip to content

Commit 3e126b6

Browse files
committed
work in progress
1 parent 23106d8 commit 3e126b6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/test/java/org/woehlke/simpleworklist/application/config/AbstractTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import org.springframework.test.web.servlet.MockMvc;
99
import org.springframework.web.context.WebApplicationContext;
1010
import org.woehlke.simpleworklist.application.ApplicationProperties;
11-
import org.woehlke.simpleworklist.helper.TestHelperService;
11+
import org.woehlke.simpleworklist.application.helper.TestHelperService;
1212
import org.woehlke.simpleworklist.user.account.UserAccount;
1313
import org.woehlke.simpleworklist.user.account.UserAccountService;
1414
import org.woehlke.simpleworklist.user.account.UserAccountAccessService;

src/test/java/org/woehlke/simpleworklist/helper/TestHelperService.java renamed to src/test/java/org/woehlke/simpleworklist/application/helper/TestHelperService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.woehlke.simpleworklist.helper;
1+
package org.woehlke.simpleworklist.application.helper;
22

33
import org.woehlke.simpleworklist.user.resetpassword.UserPasswordRecovery;
44
import org.woehlke.simpleworklist.user.register.UserRegistration;

src/test/java/org/woehlke/simpleworklist/helper/TestHelperServiceImpl.java renamed to src/test/java/org/woehlke/simpleworklist/application/helper/TestHelperServiceImpl.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.woehlke.simpleworklist.helper;
1+
package org.woehlke.simpleworklist.application.helper;
22

33
import org.springframework.stereotype.Service;
44
import org.springframework.transaction.annotation.Propagation;
@@ -8,7 +8,6 @@
88
import org.woehlke.simpleworklist.user.register.UserRegistrationRepository;
99
import org.woehlke.simpleworklist.user.resetpassword.UserPasswordRecovery;
1010
import org.woehlke.simpleworklist.user.register.UserRegistration;
11-
import org.woehlke.simpleworklist.helper.TestHelperService;
1211

1312
import org.springframework.beans.factory.annotation.Autowired;
1413
import org.woehlke.simpleworklist.task.TaskRepository;

0 commit comments

Comments
 (0)