From 3691a0588ae02f322f7fc1efbbd593f7f4a0f711 Mon Sep 17 00:00:00 2001 From: Miyotaka Sakai Date: Mon, 11 Oct 2004 09:12:20 +0000 Subject: [PATCH] correct defalut component name (Logical change 1.92) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@331 fd59a12c-fef9-0310-b244-a6a79926bd2f --- test/testamf3.c | 2 +- test/testamf5.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testamf3.c b/test/testamf3.c index 11032770..b507aebb 100644 --- a/test/testamf3.c +++ b/test/testamf3.c @@ -290,7 +290,7 @@ int main (int argc, char **argv) { FD_SET (select_fd, &read_fds); if (compName.length <= 0){ - setSanameT (&compName, "comp_b_in_su_x"); + setSanameT (&compName, "comp_a_in_su_y"); } result = saAmfComponentRegister (&handle, &compName, NULL); diff --git a/test/testamf5.c b/test/testamf5.c index 73cdd5c1..02e347e3 100644 --- a/test/testamf5.c +++ b/test/testamf5.c @@ -289,7 +289,7 @@ int main (int argc, char **argv) { FD_SET (select_fd, &read_fds); if (compName.length <= 0){ - setSanameT (&compName, "comp_b_in_su_x"); + setSanameT (&compName, "comp_a_in_su_z"); } result = saAmfComponentRegister (&handle, &compName, NULL);