Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Set minimum supported OSX version to 10.9.5 #24

Merged
merged 1 commit into from
Jan 26, 2016
Merged

Set minimum supported OSX version to 10.9.5 #24

merged 1 commit into from
Jan 26, 2016

Conversation

kernhanda
Copy link
Contributor

No description provided.

@msftclas
Copy link

Hi @kernhanda, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!


It looks like you're a Microsoft contributor (Kern Handa). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;

@@ -110,13 +114,13 @@

@Test public void checkOsRequirements_macOsBadVersion()
{
Assert.assertEquals(1, Program.checkOsRequirements("Mac OS X", "10.10.1").size());
Assert.assertEquals(1, Program.checkOsRequirements("Mac OS X", "10.9.1").size());
Copy link
Contributor

Choose a reason for hiding this comment

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

This one duplicates the test on line 125, so you could simply delete it and the blank line below.

olivierdagenais added a commit that referenced this pull request Jan 26, 2016
Set minimum supported OS X version to 10.9.5
@olivierdagenais olivierdagenais merged commit 1743591 into microsoft:master Jan 26, 2016
@olivierdagenais
Copy link
Contributor

Thank you so much for your contribution and for making the requested changes!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants