X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Futc-Dali-WebView.cpp;h=90d24a5152fa29d45dc342b91c499ce84e1fceb2;hb=0dcf9f8788fc4b48e4b127edcb4a00990e5ff512;hp=b494a44a48089af1480b9111647c3c10e08d01b2;hpb=ee3cc0da8dbf399532ae1f36b85cc1aeb02c940d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/src/dali-toolkit/utc-Dali-WebView.cpp b/automated-tests/src/dali-toolkit/utc-Dali-WebView.cpp index b494a44..90d24a5 100755 --- a/automated-tests/src/dali-toolkit/utc-Dali-WebView.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-WebView.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1423,7 +1423,7 @@ int UtcDaliWebViewLoadHtmlStringOverrideCurrentEntryAndContents(void) application.Render(); Test::EmitGlobalTimerSignal(); - result = view.LoadContents(html, html.length(), "html/text", "utf-8", basicUri); + result = view.LoadContents((const int8_t*)html.c_str(), html.length(), "html/text", "utf-8", basicUri); DALI_TEST_CHECK(result); END_TEST;