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

Unified Diff: Source/core/animation/AnimatableNeutralTest.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/AnimatableLengthTest.cpp ('k') | Source/core/animation/AnimatableUnknownTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/AnimatableNeutralTest.cpp
diff --git a/Source/core/animation/AnimatableNeutralTest.cpp b/Source/core/animation/AnimatableNeutralTest.cpp
index 07469620675c55dfbf4e852b1f3ec9e611f8fd1a..cfa7a84852384d8d63f2c5f18e8d8b7e8e0cdf58 100644
--- a/Source/core/animation/AnimatableNeutralTest.cpp
+++ b/Source/core/animation/AnimatableNeutralTest.cpp
@@ -40,12 +40,12 @@ using namespace WebCore;
namespace {
-TEST(AnimatableNeutral, Create)
+TEST(CoreAnimationAnimatableNeutralTest, Create)
{
EXPECT_TRUE(AnimatableValue::neutralValue());
}
-TEST(AnimatableNeutral, Add)
+TEST(CoreAnimationAnimatableNeutralTest, Add)
{
RefPtr<CSSValue> cssValue = CSSArrayFunctionValue::create();
RefPtr<AnimatableValue> animatableUnknown = AnimatableUnknown::create(cssValue);
« no previous file with comments | « Source/core/animation/AnimatableLengthTest.cpp ('k') | Source/core/animation/AnimatableUnknownTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698