From 6e084f626c29db0180fb6ea9c7d5159e892e75f0 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 16 Jan 2015 09:04:21 -0800 Subject: [PATCH] unittest_crush: rename straw tests Signed-off-by: Sage Weil --- src/test/crush/crush.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/crush/crush.cc b/src/test/crush/crush.cc index 924647f51e9..cb0226d164b 100644 --- a/src/test/crush/crush.cc +++ b/src/test/crush/crush.cc @@ -251,7 +251,7 @@ TEST(CRUSH, indep_out_progressive) { delete c; } -TEST(CrushWrapper, straw_zero) { +TEST(CRUSH, straw_zero) { // zero weight items should have no effect on placement. CrushWrapper *c = new CrushWrapper; @@ -303,7 +303,7 @@ TEST(CrushWrapper, straw_zero) { } } -TEST(CrushWrapper, straw_same) { +TEST(CRUSH, straw_same) { // items with the same weight should map about the same as items // with very similar weights. // -- 2.47.3