Fix RemoteSVG UTC failed due to the proxy block 56/277356/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 5 Jul 2022 10:55:42 +0000 (19:55 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 5 Jul 2022 10:55:42 +0000 (19:55 +0900)
commit8f9cb6a97e08574987152f61f920fe584f617903
tree0ae7bdbc22990f0f0ee669971eeea2076ff30c7a
parentb160bfa1f94722346e59a732961ee5f253a75b8d
Fix RemoteSVG UTC failed due to the proxy block

Due to the security issue, https://bar.org/ networking blocked.
And the blocked request give us some result,
and UTC don't parse this data.

So, we change url as 127.0.0.1 (== localhost) so we can fail
to get data successfully.

Change-Id: Ib027856d674b794c9e31f066189a23f17a8cd9cf
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali-toolkit/utc-Dali-ImageView.cpp