Revision 8677
Added by Jing Tao almost 11 years ago
test/edu/ucsb/nceas/metacat/authentication/AuthFileTest.java | ||
---|---|---|
26 | 26 |
|
27 | 27 |
|
28 | 28 |
public class AuthFileTest extends MCTestCase { |
29 |
private static final String PASSWORDFILEPATH = "build/password"; |
|
29 |
private static final String PASSWORDFILEPATH = "build/password";//please don't change the password file location to a production one since it will be deleted.
|
|
30 | 30 |
private static final String GROUPNAME = "nceas-dev"; |
31 | 31 |
private static final String DESCRIPITION = "Developers at NCEAS"; |
32 | 32 |
private static final String GROUPNAME2 = "dataone-dev"; |
Also available in: Unified diff
Add a comment to warn the users not to change the password file path to a production one since it will be deleted.