| 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 },
|
|
|