aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver
diff options
context:
space:
mode:
Diffstat (limited to 'storageserver')
-rw-r--r--storageserver/src/tests/testhelper.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/storageserver/src/tests/testhelper.cpp b/storageserver/src/tests/testhelper.cpp
index 5e6a71b078f..b245a6500bd 100644
--- a/storageserver/src/tests/testhelper.cpp
+++ b/storageserver/src/tests/testhelper.cpp
@@ -96,11 +96,7 @@ vdstestlib::DirConfig getStandardConfig(bool storagenode) {
// By default, need "old" behaviour of maxconcurrent
config->set("maxconcurrentvisitors_fixed", "4");
config->set("maxconcurrentvisitors_variable", "0");
- dc.addConfig("stor-visitordispatcher");
- config = &dc.addConfig("bucketspaces");
- config->set("documenttype[1]");
- config->set("documenttype[0].name", "testdoctype1");
- config->set("documenttype[0].bucketspace", "default");
+ config = &dc.addConfig("stor-visitordispatcher");
addFileConfig(dc, "documenttypes", "config-doctypes.cfg");
addStorageDistributionConfig(dc);
return dc;