Skip to content

[TESTMAN] Update version strings#21

Open
DarkFire01 wants to merge 1 commit into
reactos:masterfrom
DarkFire01:update-version-strings
Open

[TESTMAN] Update version strings#21
DarkFire01 wants to merge 1 commit into
reactos:masterfrom
DarkFire01:update-version-strings

Conversation

@DarkFire01

Copy link
Copy Markdown

Starting small, let's add the missing version strings to testman

$str = "Windows Server 2008 R2";
else
$str = "Windows 7";

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change

$str = "Windows Server 2008";
else
$str = "Windows Vista";

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change

$str = "Windows Server 2016";
else
$str = "Windows 10";

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change

default:
return $platform;
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants