Revision 6006
Added by Chris Jones over 13 years ago
test/edu/ucsb/nceas/metacattest/MetaCatServletTest.java | ||
---|---|---|
159 | 159 |
public void testNCEASLogin() { |
160 | 160 |
debug("\nRunning: testNCEASLogin test"); |
161 | 161 |
String user = "uid=john,o=NCEAS,dc=ecoinformatics,dc=org"; |
162 |
String passwd = "12345678";
|
|
162 |
String passwd = "123456"; |
|
163 | 163 |
assertTrue(logIn(user, passwd)); |
164 | 164 |
// assertTrue( withProtocol.getProtocol().equals("http")); |
165 | 165 |
} |
Also available in: Unified diff
Fixed the testNCEASLogin() password that I mistakenly changed.