Revision 6039
Added by Matt Jones over 13 years ago
test/edu/ucsb/nceas/metacat/dataone/CrudServiceTest.java | ||
---|---|---|
430 | 430 |
printTestHeader("testGenerateMissingSystemMetadata"); |
431 | 431 |
try |
432 | 432 |
{ |
433 |
|
|
433 | 434 |
CrudService cs = CrudService.getInstance(); |
434 |
AuthToken token = getToken("uid=dataone_cn_metacat,o=DATAONE,dc=ecoinformatics,dc=org", "umtmm4tcn");
|
|
435 |
AuthToken token = getToken(); |
|
435 | 436 |
//create a document with no system metadata |
436 | 437 |
String testDoc = getTestDoc(); |
437 | 438 |
Identifier id = new Identifier(); |
Also available in: Unified diff
Updated D1 libraries to head to eliminate problems with date parsing -- added
Joda jar to support date parsing. Removed hardcoded DN from test file. Now
CrudServiceTest is passing again.