mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-19 12:04:18 +01:00
Remove dumb integration test
This commit is contained in:
@@ -60,19 +60,6 @@ namespace Tgstation.Server.Tests
|
||||
Assert.AreEqual(expected, actual);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void TestClientVersionFollowingApiVersion()
|
||||
{
|
||||
var versionString = versionsPropertyGroup.Element(xmlNamespace + "TgsApiVersion").Value + ".0";
|
||||
Assert.IsNotNull(versionString);
|
||||
Assert.IsTrue(Version.TryParse(versionString, out var apiVersion));
|
||||
|
||||
versionString = versionsPropertyGroup.Element(xmlNamespace + "TgsClientVersion").Value + ".0";
|
||||
Assert.IsNotNull(versionString);
|
||||
Assert.IsTrue(Version.TryParse(versionString, out var clientVersion));
|
||||
Assert.IsTrue(clientVersion >= apiVersion);
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void TestWatchdogVersion()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user