Revision 7164
Added by ben leinfelder over 12 years ago
test/edu/ucsb/nceas/metacat/dataone/MNodeServiceTest.java | ||
---|---|---|
125 | 125 |
suite.addTest(new MNodeServiceTest("testDescribe")); |
126 | 126 |
suite.addTest(new MNodeServiceTest("testListObjects")); |
127 | 127 |
// this requires CN certificate |
128 |
//suite.addTest(new MNodeServiceTest("testSynchronizationFailed"));
|
|
128 |
suite.addTest(new MNodeServiceTest("testSynchronizationFailed")); |
|
129 | 129 |
|
130 | 130 |
// MNCore tests |
131 | 131 |
suite.addTest(new MNodeServiceTest("testPing")); |
Also available in: Unified diff
include testSynchronizationFailed() and call as the CN subject so that it is authorized.