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);