Merge "Add support for ipv6" into tizen
[platform/core/api/connection.git] / test / connection_test.c
old mode 100644 (file)
new mode 100755 (executable)
index 3806e3e..ec16ae0
@@ -1228,6 +1228,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 */