X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Futc-Dali-LayoutingNesting.cpp;h=cbfb6ed6c81ad3a6ca87b256da17768cfc65cbc5;hp=a21b1b8690054c6df75ce9fed0f3334cc4e3e5b9;hb=c669b77c3ed3a677855e2320be85f91c4571445f;hpb=d77eb8256291852ab373718df3fc8fd937150974 diff --git a/automated-tests/src/dali-toolkit/utc-Dali-LayoutingNesting.cpp b/automated-tests/src/dali-toolkit/utc-Dali-LayoutingNesting.cpp old mode 100644 new mode 100755 index a21b1b8..cbfb6ed --- a/automated-tests/src/dali-toolkit/utc-Dali-LayoutingNesting.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-LayoutingNesting.cpp @@ -237,8 +237,8 @@ int UtcDaliLayoutingNesting_LeafSizeChange(void) application.SendNotification(); application.Render(); - DALI_TEST_EQUALS( hbox.GetProperty( Actor::Property::SIZE ), Vector3( 260.0f, 64.0f, 0.0f ), 0.0001f, TEST_LOCATION ); - DALI_TEST_EQUALS( textLabel.GetProperty( Actor::Property::SIZE ), Vector3( 260.0f, 64.0f, 0.0f ), 0.0001f, TEST_LOCATION ); + DALI_TEST_EQUALS( hbox.GetProperty( Actor::Property::SIZE ), Vector3( 254.0f, 64.0f, 0.0f ), 0.0001f, TEST_LOCATION ); + DALI_TEST_EQUALS( textLabel.GetProperty( Actor::Property::SIZE ), Vector3( 254.0f, 64.0f, 0.0f ), 0.0001f, TEST_LOCATION ); tet_infoline("Changing to longer text"); textLabel.SetProperty( TextLabel::Property::TEXT, "muchlongerText" ); @@ -247,8 +247,8 @@ int UtcDaliLayoutingNesting_LeafSizeChange(void) application.SendNotification(); application.Render(); - DALI_TEST_EQUALS( hbox.GetProperty( Actor::Property::SIZE ), Vector3( 432.0f, 64.0f, 0.0f ), 0.0001f, TEST_LOCATION ); - DALI_TEST_EQUALS( textLabel.GetProperty( Actor::Property::SIZE ), Vector3( 432.0f, 64.0f, 0.0f ), 0.0001f, TEST_LOCATION ); + DALI_TEST_EQUALS( hbox.GetProperty( Actor::Property::SIZE ), Vector3( 426.0f, 64.0f, 0.0f ), 0.0001f, TEST_LOCATION ); + DALI_TEST_EQUALS( textLabel.GetProperty( Actor::Property::SIZE ), Vector3( 426.0f, 64.0f, 0.0f ), 0.0001f, TEST_LOCATION ); END_TEST; -} \ No newline at end of file +}