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

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

Issue 27664002: Web Animations: Regularise unit test names (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to head Created 7 years, 2 months 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/DocumentTimelineTest.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 356b64ce2377aa146bf5daf5bec1f321a32bd729..b18fea8335a034c86d0164f5a166cd9fc184bdfd 100644
--- a/Source/core/animation/AnimatableValueTestHelperTest.cpp
+++ b/Source/core/animation/AnimatableValueTestHelperTest.cpp
@@ -48,7 +48,7 @@ using namespace WebCore;
namespace {
-class AnimatableValueTestHelperTest : public ::testing::Test {
+class CoreAnimationAnimatableValueTestHelperTest : public ::testing::Test {
protected:
::std::string PrintToString(PassRefPtr<AnimatableValue> animValue)
{
@@ -61,7 +61,7 @@ protected:
}
};
-TEST_F(AnimatableValueTestHelperTest, PrintTo)
+TEST_F(CoreAnimationAnimatableValueTestHelperTest, 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/DocumentTimelineTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698