X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fdali-test-suite%2Fpopup%2Futc-Dali-Popup.cpp;h=acaefa622165be875ab7b5a80d15e65e14d3ff39;hp=e5fa8af3ec6f9a5c0e51cb93f9aa6217340c62d0;hb=bf2155ead4441b35df9e85eb10743c5bedba777e;hpb=43c570a866d5bdc8d47b6cc36a7419f2022669cb diff --git a/automated-tests/dali-test-suite/popup/utc-Dali-Popup.cpp b/automated-tests/dali-test-suite/popup/utc-Dali-Popup.cpp index e5fa8af..acaefa6 100644 --- a/automated-tests/dali-test-suite/popup/utc-Dali-Popup.cpp +++ b/automated-tests/dali-test-suite/popup/utc-Dali-Popup.cpp @@ -185,7 +185,7 @@ static void UtcDaliPopoupSetProperty() //Test properties std::string testString = "Hello World"; - popup.SetProperty(popup.GetPropertyIndex(Popup::PROPERTY_TITLE), testString); + popup.SetProperty(popup.GetPropertyIndex("title"), testString); DALI_TEST_EQUALS( testString, popup.GetTitle().GetText(), TEST_LOCATION ); }