UTC coverage for MathUtils,Matrix,Uint16Pair,PropertyTypes
[platform/core/uifw/dali-core.git] / automated-tests / src / dali / utc-Dali-Vector2.cpp
index f9c12ec..761e762 100644 (file)
@@ -363,7 +363,7 @@ int UtcDaliVector2OperatorSubscriptN(void)
   catch (Dali::DaliException& e)
   {
     DALI_TEST_PRINT_ASSERT( e );
-    DALI_TEST_ASSERT( e, "index < 2", TEST_LOCATION);
+    DALI_TEST_ASSERT( e, "Vector element index out of bounds", TEST_LOCATION);
   }
 
   END_TEST;
@@ -394,7 +394,7 @@ int UtcDaliVector2OperatorConstSubscriptN(void)
   catch (Dali::DaliException& e)
   {
     DALI_TEST_PRINT_ASSERT( e );
-    DALI_TEST_ASSERT( e, "index < 2" , TEST_LOCATION);
+    DALI_TEST_ASSERT( e, "Vector element index out of bounds" , TEST_LOCATION);
   }