Refactored more code into Actor::Relayouter
[platform/core/uifw/dali-core.git] / automated-tests / src / dali / utc-Dali-CustomActor.cpp
index 38d718e..a51242d 100644 (file)
@@ -1196,10 +1196,6 @@ int UtcDaliCustomActorImplRelayoutDependentOnChildrenBase(void)
   v = custom.TestRelayoutDependentOnChildrenBase(Dali::Dimension::WIDTH);
   DALI_TEST_CHECK(v == false);
 
-  // why is this here?
-  application.SendNotification();
-  application.Render();
-
   END_TEST;
 }