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

Unified Diff: chrome/browser/ui/cocoa/applescript/apple_event_util_unittest.mm

Issue 1399383002: Reenable AppleEventUtilTest.ValueToAppleEventDescriptor by removing the failing case. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/ui/cocoa/applescript/apple_event_util_unittest.mm
diff --git a/chrome/browser/ui/cocoa/applescript/apple_event_util_unittest.mm b/chrome/browser/ui/cocoa/applescript/apple_event_util_unittest.mm
index 6ff3b95ea0de62472f7c861946e08122e635f7a9..6caad38d7c5cdb37247deb21d00e1896047090d1 100644
--- a/chrome/browser/ui/cocoa/applescript/apple_event_util_unittest.mm
+++ b/chrome/browser/ui/cocoa/applescript/apple_event_util_unittest.mm
@@ -21,7 +21,7 @@ struct TestCase {
DescType expected_aedesc_type;
};
-TEST_F(AppleEventUtilTest, DISABLED_ValueToAppleEventDescriptor) {
+TEST_F(AppleEventUtilTest, ValueToAppleEventDescriptor) {
const struct TestCase cases[] = {
{ "null", "'msng'", typeType },
{ "-1000", "-1000", typeSInt32 },
@@ -30,7 +30,6 @@ TEST_F(AppleEventUtilTest, DISABLED_ValueToAppleEventDescriptor) {
{ "-1e100", "-1e+100", typeIEEE64BitFloatingPoint },
{ "0.0", "0", typeIEEE64BitFloatingPoint },
{ "1e100", "1e+100", typeIEEE64BitFloatingPoint },
- { "\"\"", "'utxt'(\"\")", typeUnicodeText },
{ "\"string\"", "'utxt'(\"string\")", typeUnicodeText },
{ "{}", "{ 'usrf':[ ] }", typeAERecord },
{ "[]", "[ ]", typeAEList },
« 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