summaryrefslogtreecommitdiffstats
path: root/src/bp_gtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bp_gtest.cpp')
-rwxr-xr-xsrc/bp_gtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bp_gtest.cpp b/src/bp_gtest.cpp
index 556aa414..e3145f2a 100755
--- a/src/bp_gtest.cpp
+++ b/src/bp_gtest.cpp
@@ -2759,7 +2759,7 @@ TEST_F(gt_ring, ring1) {
TEST_F(gt_ring, ring2) {
CMessagingManager ringmg;
- ringmg.Create(8);
+ ringmg.Create(8, "test");
int i;
for (i=0; i<8; i++) {