SOLR-3033/SOLR-3168: uncomment-out tests

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Dyer 2012-02-28 16:13:25 +00:00
parent 390454fba6
commit 436ba5ff34
1 changed files with 2 additions and 2 deletions

View File

@ -242,14 +242,14 @@ public class TestReplicationHandler extends SolrTestCaseJ4 {
}
public void test() throws Exception {
/* doTestReplicateAfterCoreReload();
doTestReplicateAfterCoreReload();
doTestDetails();
doTestReplicateAfterWrite2Slave();
doTestIndexAndConfigReplication();
doTestStopPoll();
doTestSnapPullWithMasterUrl();
doTestReplicateAfterStartup();
doTestIndexAndConfigAliasReplication();*/
doTestIndexAndConfigAliasReplication();
doTestBackup();
}