Revision 7161
Added by ben leinfelder over 12 years ago
test/edu/ucsb/nceas/metacat/dataone/MNodeServiceTest.java | ||
---|---|---|
115 | 115 |
// MNStorage tests |
116 | 116 |
suite.addTest(new MNodeServiceTest("testCreate")); |
117 | 117 |
suite.addTest(new MNodeServiceTest("testUpdate")); |
118 |
suite.addTest(new MNodeServiceTest("testDelete")); |
|
118 |
// this requires MN certificate |
|
119 |
//suite.addTest(new MNodeServiceTest("testDelete")); |
|
120 |
|
|
119 | 121 |
// MNRead tests |
120 | 122 |
suite.addTest(new MNodeServiceTest("testGet")); |
121 | 123 |
suite.addTest(new MNodeServiceTest("testGetChecksum")); |
122 | 124 |
suite.addTest(new MNodeServiceTest("testGetSystemMetadata")); |
123 | 125 |
suite.addTest(new MNodeServiceTest("testDescribe")); |
124 | 126 |
suite.addTest(new MNodeServiceTest("testListObjects")); |
125 |
suite.addTest(new MNodeServiceTest("testSynchronizationFailed")); |
|
127 |
// this requires CN certificate |
|
128 |
//suite.addTest(new MNodeServiceTest("testSynchronizationFailed")); |
|
129 |
|
|
126 | 130 |
// MNCore tests |
127 | 131 |
suite.addTest(new MNodeServiceTest("testPing")); |
128 | 132 |
suite.addTest(new MNodeServiceTest("testGetLogRecords")); |
Also available in: Unified diff
comment out testDelete because it requires acting as the MN
comment out testSynchronizationFailed because it requires acting as the CN