]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: fix large output in unittest_daemon_config 1052/head
authorLoic Dachary <loic@dachary.org>
Tue, 7 Jan 2014 15:49:44 +0000 (16:49 +0100)
committerLoic Dachary <loic@dachary.org>
Tue, 7 Jan 2014 15:51:51 +0000 (16:51 +0100)
commite3d0b0ae8c49829b92c22aff1799c00683c002c1
treee00acce54c87ca88de3195f6b85ff829e3807236
parent5300ed942809c963ccbe4fc1f90e7767f7b74b5c
common: fix large output in unittest_daemon_config

All tests in daemon_config use the global g_ceph_context
object. Introducing an expansion loop in it will impact all tests and
generate a very large output.

Remove the SubstitutionLoop test case which is also covered in
test/common/test_config.cc.

Signed-off-by: Loic Dachary <loic@dachary.org>
src/test/daemon_config.cc