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

Unified Diff: base/clipboard_unittest.cc

Issue 11465: fix unittests (Closed)
Patch Set: Created 12 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 | « no previous file | base/clipboard_util.cc » ('j') | base/clipboard_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/clipboard_unittest.cc
diff --git a/base/clipboard_unittest.cc b/base/clipboard_unittest.cc
index 17ceba8f38ae9c563e937d1c0cd1dcaac6a2c535..fb48b49f26b53df0bfc4f09a5ba9fcc74a869f26 100644
--- a/base/clipboard_unittest.cc
+++ b/base/clipboard_unittest.cc
@@ -53,7 +53,7 @@ TEST_F(ClipboardTest, TextTest) {
EXPECT_EQ(WideToUTF8(text), ascii_text);
}
-TEST_F(ClipboardTest, DISABLED_HTMLTest) {
+TEST_F(ClipboardTest, HTMLTest) {
Clipboard clipboard;
std::wstring markup(L"<string>Hi!</string>"), markup_result;
@@ -75,7 +75,7 @@ TEST_F(ClipboardTest, DISABLED_HTMLTest) {
#endif
}
-TEST_F(ClipboardTest, DISABLED_TrickyHTMLTest) {
+TEST_F(ClipboardTest, TrickyHTMLTest) {
Clipboard clipboard;
std::wstring markup(L"<em>Bye!<!--EndFragment --></em>"), markup_result;
@@ -118,7 +118,7 @@ TEST_F(ClipboardTest, BookmarkTest) {
}
#endif
-TEST_F(ClipboardTest, DISABLED_MultiFormatTest) {
+TEST_F(ClipboardTest, MultiFormatTest) {
Clipboard clipboard;
std::wstring text(L"Hi!"), text_result;
« no previous file with comments | « no previous file | base/clipboard_util.cc » ('j') | base/clipboard_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698