Revision 6772
Added by ben leinfelder almost 13 years ago
test/edu/ucsb/nceas/metacat/replication/ReplicationTest.java | ||
---|---|---|
95 | 95 |
// Test basic functions |
96 | 96 |
suite.addTest(new ReplicationTest("testCertificate")); |
97 | 97 |
suite.addTest(new ReplicationTest("testReplicateData_AtoB")); |
98 |
suite.addTest(new ReplicationTest("testReplicateData_BtoA")); |
|
98 |
// suite.addTest(new ReplicationTest("testReplicateData_BtoA"));
|
|
99 | 99 |
|
100 | 100 |
return suite; |
101 | 101 |
} |
Also available in: Unified diff
comment out B->A test
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5520