Renamed empty animation test function 45/56345/1
authorDavid Steele <david.steele@samsung.com>
Wed, 6 Jan 2016 14:24:04 +0000 (14:24 +0000)
committerDavid Steele <david.steele@samsung.com>
Wed, 6 Jan 2016 14:24:04 +0000 (14:24 +0000)
Change-Id: Id7dc285ed337b109c23fb8e3da8e4dc1984ece9b

automated-tests/.gitignore
automated-tests/src/dali/utc-Dali-Animation.cpp

index 39d9377..edc8076 100644 (file)
@@ -3,3 +3,4 @@ build
 build.log
 tct*core.h
 results_xml.*
+style/
\ No newline at end of file
index e38d61b..40e6551 100644 (file)
@@ -8134,7 +8134,7 @@ int UtcDaliAnimationAnimateBetweenActorColorAlphaFunctionTimePeriodP(void)
   END_TEST;
 }
 
-int P(void)
+int UtcDaliAnimationAnimateBetweenActorColorCubicWithDelayP(void)
 {
   TestApplication application;
 
@@ -8910,4 +8910,3 @@ int UtcDaliAnimationCustomIntProperty(void)
   DALI_TEST_EQUALS( actor.GetProperty<int>(index), 20, TEST_LOCATION );
   END_TEST;
 }
-