File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/test/java/org/woehlke/java/simpleworklist/domain/db/user Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.woehlke</groupId >
6
6
<artifactId >simpleworklist</artifactId >
7
- <version >2.4.10-SNAPSHOT </version >
7
+ <version >2.4.10</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<parent >
17
17
<connection >scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</connection >
18
18
<developerConnection >scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</developerConnection >
19
19
<url >https://github.com/Spring-Framework-Java-Apps/simpleworklist/tree/${project.scm.tag} </url >
20
- <tag >v2.4.9 </tag >
20
+ <tag >v2.4.10 </tag >
21
21
</scm >
22
22
23
23
<name >simpleworklist</name >
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ public void testEnterNewPasswordFormularWithToken() {
123
123
assertNotNull (o );
124
124
boolean result = o .getDoubleOptInStatus () == UserAccountPasswordRecoveryStatus .PASSWORD_RECOVERY_SAVED_EMAIL
125
125
|| o .getDoubleOptInStatus () == UserAccountPasswordRecoveryStatus .PASSWORD_RECOVERY_SENT_EMAIL ;
126
- assertFalse (result );
126
+ assertTrue (result );
127
127
String url = "/user/resetPassword/confirm/" + o .getToken ();
128
128
try {
129
129
this .mockMvc .perform (
You can’t perform that action at this time.
0 commit comments