Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Change fonts used in unit tests to even more common ones#1234

Merged
ms-jihua merged 1 commit into
microsoft:developfrom
ms-jihua:fix_labtests
Oct 27, 2016
Merged

Change fonts used in unit tests to even more common ones#1234
ms-jihua merged 1 commit into
microsoft:developfrom
ms-jihua:fix_labtests

Conversation

@ms-jihua

@ms-jihua ms-jihua commented Oct 26, 2016

Copy link
Copy Markdown
Contributor

Fixes #1231


This change is Reviewable

UIFont* font = [UIFont fontWithName:@"Segoe UI" size:size];
ASSERT_OBJCEQ(@"Segoe UI", [font fontName]);

ASSERT_NE(0, [font descender]);

@msft-Jeyaram msft-Jeyaram Oct 26, 2016

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EXPECT_NE #WontFix

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

out of scope for this review - this change is both time-sensitive, and due to the nature of the bug, I'd like to minimize risk and keep this change as small as possible. we can address other things if tests pass in the lab tonight, so please file non-showstopper feedback as separate issues.


In reply to: 85243923 [](ancestors = 85243923)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's time sensitive, understood.


In reply to: 85244713 [](ancestors = 85244713,85243923)

@ms-jihua ms-jihua merged commit 23825c4 into microsoft:develop Oct 27, 2016
@ms-jihua ms-jihua deleted the fix_labtests branch February 1, 2017 22:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants