diff --git a/OpenGSQTests/Protocols/Doom3Tests.cs b/OpenGSQTests/Protocols/Doom3Tests.cs index a291343..0bbe55c 100644 --- a/OpenGSQTests/Protocols/Doom3Tests.cs +++ b/OpenGSQTests/Protocols/Doom3Tests.cs @@ -19,9 +19,9 @@ public Doom3Tests() : base(typeof(Doom3Tests)) } [TestMethod()] - public async Task GetInfoTest() + public async Task GetStatusTest() { - SaveResult(nameof(GetInfoTest), await doom3.GetStatus()); + SaveResult(nameof(GetStatusTest), await doom3.GetStatus()); } } } \ No newline at end of file diff --git a/docs/tests/OpenGSQ.Protocols.Tests/Doom3Tests/Doom3Tests.md b/docs/tests/OpenGSQ.Protocols.Tests/Doom3Tests/Doom3Tests.md index b79e54b..b8a0501 100644 --- a/docs/tests/OpenGSQ.Protocols.Tests/Doom3Tests/Doom3Tests.md +++ b/docs/tests/OpenGSQ.Protocols.Tests/Doom3Tests/Doom3Tests.md @@ -6,4 +6,4 @@ uid: OpenGSQ.Protocols.Tests.Doom3Tests ### Test Methods -[GetInfoTest](xref:OpenGSQ.Protocols.Tests.Doom3Tests.GetInfoTest) +[GetStatusTest](xref:OpenGSQ.Protocols.Tests.Doom3Tests.GetStatusTest) diff --git a/docs/tests/OpenGSQ.Protocols.Tests/Doom3Tests/GetInfoTest.md b/docs/tests/OpenGSQ.Protocols.Tests/Doom3Tests/GetStatusTest.md similarity index 85% rename from docs/tests/OpenGSQ.Protocols.Tests/Doom3Tests/GetInfoTest.md rename to docs/tests/OpenGSQ.Protocols.Tests/Doom3Tests/GetStatusTest.md index d4cd264..565ac7c 100644 --- a/docs/tests/OpenGSQ.Protocols.Tests/Doom3Tests/GetInfoTest.md +++ b/docs/tests/OpenGSQ.Protocols.Tests/Doom3Tests/GetStatusTest.md @@ -1,8 +1,8 @@ --- -uid: OpenGSQ.Protocols.Tests.Doom3Tests.GetInfoTest +uid: OpenGSQ.Protocols.Tests.Doom3Tests.GetStatusTest --- -# Test Method GetInfoTest +# Test Method GetStatusTest Here are the results for the test method. @@ -42,15 +42,15 @@ Here are the results for the test method. "si_antiLag": "1", "bot_enable": "1", "gamename": "baseETQW-1", - "si_campaign": "campaign_africa", - "si_map": "maps/island", - "si_campaignInfo": "2 2" + "si_campaign": "campaign_pacific", + "si_map": "maps/sewer", + "si_campaignInfo": "2" }, "Players": [ { "id": 0, "ping": 0, - "name": "CTZN Kane", + "name": "Boss_Tweed", "clantag_pos": 0, "clantag": "", "typeflag": 1 @@ -58,7 +58,7 @@ Here are the results for the test method. { "id": 1, "ping": 0, - "name": "STFUandDIE", + "name": "flower.tube", "clantag_pos": 0, "clantag": "", "typeflag": 1 @@ -66,29 +66,29 @@ Here are the results for the test method. { "id": 2, "ping": 0, - "name": "flower.tube", + "name": "STFUandDIE", "clantag_pos": 0, "clantag": "", "typeflag": 1 }, { "id": 3, - "ping": 0, - "name": "Gumbii", + "ping": 34, + "name": "SERG007____", "clantag_pos": 0, "clantag": "", - "typeflag": 1 + "typeflag": 0 }, { - "id": 4, + "id": 5, "ping": 0, - "name": "Vlad_Putimir", + "name": "Gumbii", "clantag_pos": 0, "clantag": "", "typeflag": 1 }, { - "id": 5, + "id": 6, "ping": 0, "name": "Bad Hombre", "clantag_pos": 0, @@ -97,48 +97,48 @@ Here are the results for the test method. }, { "id": 7, - "ping": 34, - "name": "Tymek", + "ping": 35, + "name": "Mic2010", "clantag_pos": 0, "clantag": "", "typeflag": 0 }, { - "id": 9, + "id": 8, "ping": 0, - "name": "FannyPack", + "name": "HaltHammerzeit", "clantag_pos": 0, "clantag": "", "typeflag": 1 }, { - "id": 10, + "id": 12, "ping": 0, - "name": "NoobMcBoob", + "name": "WAT|infected_remnants", "clantag_pos": 0, "clantag": "", "typeflag": 1 }, { - "id": 11, + "id": 15, "ping": 0, - "name": "HaltHammerzeit", + "name": "Vlad_Putimir", "clantag_pos": 0, "clantag": "", "typeflag": 1 }, { - "id": 13, + "id": 16, "ping": 0, - "name": "Boss_Tweed", + "name": "FannyPack", "clantag_pos": 0, "clantag": "", "typeflag": 1 }, { - "id": 14, + "id": 17, "ping": 0, - "name": "Kettle", + "name": "iceT-bag", "clantag_pos": 0, "clantag": "", "typeflag": 1 diff --git a/docs/tests/toc.yml b/docs/tests/toc.yml index 6e1bb62..6790b32 100644 --- a/docs/tests/toc.yml +++ b/docs/tests/toc.yml @@ -20,8 +20,8 @@ items: - uid: OpenGSQ.Protocols.Tests.Doom3Tests name: Doom3Tests items: - - uid: OpenGSQ.Protocols.Tests.Doom3Tests.GetInfoTest - name: GetInfoTest + - uid: OpenGSQ.Protocols.Tests.Doom3Tests.GetStatusTest + name: GetStatusTest - uid: OpenGSQ.Protocols.Tests.EOSTests name: EOSTests items: