Commit 19aa5b3d authored by Matt Hyman's avatar Matt Hyman
Browse files

Reworked friendly OS version logic to use rs1_xbox_rel_1608 instead of...

Reworked friendly OS version logic to use rs1_xbox_rel_1608 instead of rs1_1608 to ensure that the logic works for non-Xbox branches. Also renamed related files.
parent a4d87a40
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
//----------------------------------------------------------------------------------------------
// <copyright file="XboxOne_rs1_1608.cs" company="Microsoft Corporation">
// <copyright file="XboxOne_rs1_xbox_rel_1608.cs" company="Microsoft Corporation">
//     Licensed under the MIT License. See LICENSE.TXT in the project root license information.
// </copyright>
//----------------------------------------------------------------------------------------------
@@ -13,10 +13,10 @@ using static Microsoft.Tools.WindowsDevicePortal.DevicePortal;
namespace Microsoft.Tools.WindowsDevicePortal.Tests
{
    /// <summary>
    /// Test class for XboxOne_rs1_1608 version
    /// Test class for XboxOne_rs1_xbox_rel_1608 version
    /// </summary>
    [TestClass]
    public class XboxOne_rs1_1608 : BaseTests
    public class XboxOne_rs1_xbox_rel_1608 : BaseTests
    {
        /// <summary>
        /// Gets the Platform type these tests are targeting.
@@ -36,7 +36,7 @@ namespace Microsoft.Tools.WindowsDevicePortal.Tests
        {
            get
            {
                return "rs1_1608";
                return "rs1_xbox_rel_1608";
            }
        }

+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading