Skip to content

Commit 3212774

Browse files
committed
## 2.4.7
* fixed #383 F006 Page after first successful Login: change from inbox to today
1 parent 65b9113 commit 3212774

File tree

50 files changed

+92
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+92
-92
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<opencsv.version>5.7.0</opencsv.version>
8989

9090
<!-- Unit and Integration Testing -->
91-
<skipTests>true</skipTests>
91+
<skipTests>false</skipTests>
9292
<xmlunit.version>2.9.0</xmlunit.version>
9393
<htmlunit.version>2.64.0</htmlunit.version>
9494
<version.groovy-all>3.0.12</version.groovy-all>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.woehlke.java.simpleworklist.domain;
2+
3+
public class ContextControllerTest {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.woehlke.java.simpleworklist.domain;
2+
3+
public class ProjectControllerTest {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.woehlke.java.simpleworklist.domain;
2+
3+
public class SearchControllerTest {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.woehlke.java.simpleworklist.domain;
2+
3+
public class TaskControllerTest {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.woehlke.java.simpleworklist.domain;
2+
3+
public class TaskMoveControllerTest {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.woehlke.java.simpleworklist.domain;
2+
3+
public class TaskStateControllerTest {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package org.woehlke.java.simpleworklist.domain;
2+
3+
public class User2UserMessageControllerTest {
4+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.woehlke.java.simpleworklist.domain.user.login;
1+
package org.woehlke.java.simpleworklist.domain;
22

33
import static org.hamcrest.Matchers.containsString;
44
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.woehlke.java.simpleworklist.domain.user.resetpassword;
1+
package org.woehlke.java.simpleworklist.domain;
22

33
import org.woehlke.java.simpleworklist.config.AbstractTest;
44

0 commit comments

Comments
 (0)