mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
just remove the test instead
This commit is contained in:
@@ -41,14 +41,5 @@ namespace OpenSim.Framework.Servers.Tests
|
||||
{
|
||||
Assert.AreEqual(VersionInfo.VERSIONINFO_VERSION_LENGTH, VersionInfo.Version.Length," VersionInfo.Version string not " + VersionInfo.VERSIONINFO_VERSION_LENGTH + " chars.");
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestGetVersionStringLength()
|
||||
{
|
||||
foreach (VersionInfo.Flavour flavour in Enum.GetValues(typeof(VersionInfo.Flavour)))
|
||||
{
|
||||
Assert.AreEqual(VersionInfo.VERSIONINFO_VERSION_LENGTH, VersionInfo.GetVersionString("0.0.0", flavour).Length, "0.0.0/" + flavour + " failed");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user