Revision 8833
Added by ben leinfelder over 10 years ago
test/edu/ucsb/nceas/metacat/dataone/MNodeServiceTest.java | ||
---|---|---|
143 | 143 |
// MNCore tests |
144 | 144 |
suite.addTest(new MNodeServiceTest("testPing")); |
145 | 145 |
suite.addTest(new MNodeServiceTest("testGetLogRecords")); |
146 |
suite.addTest(new MNodeServiceTest("testGetOperationStatistics")); |
|
147 | 146 |
suite.addTest(new MNodeServiceTest("testGetCapabilities")); |
148 |
// include these when they are part of the MN interface definitions |
|
149 |
// suite.addTest(new MNodeServiceTest("testGetObjectStatistics")); |
|
150 |
// suite.addTest(new MNodeServiceTest("testGetStatus")); |
|
147 |
|
|
151 | 148 |
// MNAuthorization tests |
152 | 149 |
suite.addTest(new MNodeServiceTest("testIsAuthorized")); |
153 | 150 |
suite.addTest(new MNodeServiceTest("testIsEquivIdentityAuthorized")); |
Also available in: Unified diff
remove unused tests