Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: Source/core/animation/AnimatableValueTestHelperTest.cpp

Issue 69813008: Web Animations CSS: Renamed tests to be less confusing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/animation/AnimatableUnknownTest.cpp ('k') | Source/core/animation/AnimationClockTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimatableValueTestHelperTest.cpp
diff --git a/Source/core/animation/AnimatableValueTestHelperTest.cpp b/Source/core/animation/AnimatableValueTestHelperTest.cpp
index 13d4b8388d5130a6aea598b7688cadc22cf5aa32..fad1a5a55e478b32fc569e125b2fd7baef3c7598 100644
--- a/Source/core/animation/AnimatableValueTestHelperTest.cpp
+++ b/Source/core/animation/AnimatableValueTestHelperTest.cpp
@@ -48,7 +48,7 @@ using namespace WebCore;
namespace {
-class CoreAnimationAnimatableValueTestHelperTest : public ::testing::Test {
+class AnimationAnimatableValueTestHelperTest : public ::testing::Test {
protected:
::std::string PrintToString(PassRefPtr<AnimatableValue> animValue)
{
@@ -61,7 +61,7 @@ protected:
}
};
-TEST_F(CoreAnimationAnimatableValueTestHelperTest, PrintTo)
+TEST_F(AnimationAnimatableValueTestHelperTest, PrintTo)
{
EXPECT_THAT(
PrintToString(AnimatableClipPathOperation::create(ShapeClipPathOperation::create(BasicShapeCircle::create().get()).get())),
« no previous file with comments | « Source/core/animation/AnimatableUnknownTest.cpp ('k') | Source/core/animation/AnimationClockTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698