X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Fconnection_test.c;fp=test%2Fconnection_test.c;h=b11a5a02df2cedf3153d2bd589d0f77cd0d8a20a;hb=8433592fea2c60f6909d138b2ecacf5bd2ddab79;hp=c50f098ce41b7f970bc1f874d189d7953f2e2f80;hpb=2520cbc429f6185680f993b5bc8d34b1358e5809;p=platform%2Fcore%2Fapi%2Fconnection.git diff --git a/test/connection_test.c b/test/connection_test.c old mode 100644 new mode 100755 index c50f098..b11a5a0 --- a/test/connection_test.c +++ b/test/connection_test.c @@ -1201,6 +1201,10 @@ int test_update_profile(void) break; case CONNECTION_PROFILE_TYPE_ETHERNET: + if (test_update_network_info(profile) == -1) + return -1; + + break; case CONNECTION_PROFILE_TYPE_BT: printf("Not supported!\n"); /* fall through */