File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/test/java/ru/mystamps/web/service Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 25
25
import ru .mystamps .web .entity .UsersActivation ;
26
26
27
27
final class TestObjects {
28
+
29
+ protected static final String TEST_PASSWORD = "secret" ;
28
30
29
31
private static final Integer TEST_COUNTRY_ID = 1 ;
30
32
private static final String TEST_COUNTRY_NAME = "Somewhere" ;
@@ -35,7 +37,6 @@ final class TestObjects {
35
37
private static final String TEST_NAME = "Test Name" ;
36
38
private static final String TEST_LOGIN = "test" ;
37
39
private static final String TEST_SALT = "salt" ;
38
- protected static final String TEST_PASSWORD = "secret" ;
39
40
40
41
// sha1(TEST_SALT + "{" + TEST_PASSWORD + "}")
41
42
private static final String TEST_HASH = "b0dd94c84e784ddb1e9a83c8a2e8f403846647b9" ;
You can’t perform that action at this time.
0 commit comments