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

Unified Diff: Source/wtf/text/StringOperatorsTest.cpp

Issue 1184043002: Fix unit test style in Source/wtf/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: apply review comments Created 5 years, 6 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/wtf/text/StringImplTest.cpp ('k') | Source/wtf/text/WTFStringTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/text/StringOperatorsTest.cpp
diff --git a/Source/wtf/text/StringOperatorsTest.cpp b/Source/wtf/text/StringOperatorsTest.cpp
index e27c82e652513225db70e16e6f58b6c42440ce12..efa099677cc4523e232840ead15c04e5a524e988 100644
--- a/Source/wtf/text/StringOperatorsTest.cpp
+++ b/Source/wtf/text/StringOperatorsTest.cpp
@@ -32,7 +32,7 @@ static int wtfStringCopyCount;
#include "wtf/text/WTFString.h"
#include <gtest/gtest.h>
-namespace {
+namespace WTF {
#define EXPECT_N_WTF_STRING_COPIES(count, expr) \
do { \
@@ -42,7 +42,7 @@ namespace {
EXPECT_EQ(count, wtfStringCopyCount) << #expr; \
} while (false)
-TEST(WTF, DISABLED_StringOperators)
+TEST(StringOperatorsTest, DISABLED_StringOperators)
{
String string("String");
AtomicString atomicString("AtomicString");
@@ -185,4 +185,4 @@ TEST(WTF, DISABLED_StringOperators)
#endif
}
-} // namespace
+} // namespace WTF
« no previous file with comments | « Source/wtf/text/StringImplTest.cpp ('k') | Source/wtf/text/WTFStringTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698