Remove std::vector from public api
[platform/core/uifw/dali-core.git] / automated-tests / src / dali-internal / utc-Dali-AnimatableMesh.cpp
index 0de8bbb..6de5843 100644 (file)
@@ -438,8 +438,8 @@ int UtcDaliAnimatableMeshProperties(void)
 
   Property::IndexContainer indices;
   mesh.GetPropertyIndices( indices );
-  DALI_TEST_CHECK( ! indices.empty() );
-  DALI_TEST_EQUALS( indices.size(), mesh.GetPropertyCount(), TEST_LOCATION );
+  DALI_TEST_CHECK( indices.Size() );
+  DALI_TEST_EQUALS( indices.Size(), mesh.GetPropertyCount(), TEST_LOCATION );
   END_TEST;
 }