X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Futc-Dali-TextLabel.cpp;h=1130c394154f9e18eaf14c967508fe286f15422c;hb=edb3ee1991fd95afb1e21d7bcd4603307cfe31af;hp=ec4b100c74cb942fed4f0cdbdb20fbf902d3c85f;hpb=54e710c6d19b9732556f1a8ef7a8fe2bbb2ef3ef;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/src/dali-toolkit/utc-Dali-TextLabel.cpp b/automated-tests/src/dali-toolkit/utc-Dali-TextLabel.cpp index ec4b100..1130c39 100644 --- a/automated-tests/src/dali-toolkit/utc-Dali-TextLabel.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-TextLabel.cpp @@ -446,13 +446,6 @@ int UtcDaliToolkitTextLabelSetPropertyP(void) DALI_TEST_EQUALS( label.GetProperty( TextLabel::Property::EMBOSS ), std::string("Emboss properties"), TEST_LOCATION ); // Check the outline property - - // Test string type first - // This is purely to maintain backward compatibility, but we don't support string as the outline property type. - label.SetProperty( TextLabel::Property::OUTLINE, "Outline properties" ); - DALI_TEST_EQUALS( label.GetProperty( TextLabel::Property::OUTLINE ), std::string("Outline properties"), TEST_LOCATION ); - - // Then test the property map type Property::Map outlineMapSet; Property::Map outlineMapGet;