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

Unified Diff: chrome/browser/cocoa/web_drop_target_unittest.mm

Issue 327004: Revert 29844 - Disable the Web drop target unittests because they... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/web_drop_target_unittest.mm
===================================================================
--- chrome/browser/cocoa/web_drop_target_unittest.mm (revision 29852)
+++ chrome/browser/cocoa/web_drop_target_unittest.mm (working copy)
@@ -37,12 +37,12 @@
};
// Make sure nothing leaks.
-TEST_F(WebDropTargetTest, DISABLED_Init) {
+TEST_F(WebDropTargetTest, Init) {
EXPECT_TRUE(drop_target_);
}
// Test flipping of coordinates given a point in window coordinates.
-TEST_F(WebDropTargetTest, DISABLED_Flip) {
+TEST_F(WebDropTargetTest, Flip) {
NSPoint windowPoint = NSZeroPoint;
NSPoint viewPoint =
[drop_target_ flipWindowPointToView:windowPoint
@@ -58,7 +58,7 @@
EXPECT_NE(screenPoint.y, 0);
}
-TEST_F(WebDropTargetTest, DISABLED_URL) {
+TEST_F(WebDropTargetTest, URL) {
WebDropData data;
// Put a URL on the pasteboard and check it.
@@ -85,7 +85,7 @@
[pboard releaseGlobally];
}
-TEST_F(WebDropTargetTest, DISABLED_Data) {
+TEST_F(WebDropTargetTest, Data) {
WebDropData data;
NSPasteboard* pboard = [NSPasteboard pasteboardWithUniqueName];
@@ -105,7 +105,7 @@
[pboard releaseGlobally];
}
-TEST_F(WebDropTargetTest, DISABLED_EnterExitDrop) {
+TEST_F(WebDropTargetTest, EnterExitDrop) {
// TODO(pinkerton): Call enter/exit/drop and see what happens. This is a bit
// harder to test.
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698