Project

General

Profile

« Previous | Next » 

Revision 8677

Added by Jing Tao about 10 years ago

Add a comment to warn the users not to change the password file path to a production one since it will be deleted.

View differences:

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