summaryrefslogtreecommitdiffstats
path: root/src/bp_gtest.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-10-26 18:20:57 +0200
committerimarom <imarom@cisco.com>2015-10-26 18:21:28 +0200
commit99109fa49c9a4d09a69172367911758892203ee2 (patch)
treeb0531abaa3d7ca13fefe23f2a286723256c601c3 /src/bp_gtest.cpp
parent74ddabf488dda9e39497e871241bdbea9536719a (diff)
few breakage to the test simulation
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++) {