aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/Tests/VersionInfoTests.cs
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-11-03 22:03:41 +1000
committerDavid Walter Seikel2016-11-03 22:03:41 +1000
commit55146c0b17c58b4da37f23ddcd5922ebc6a30e69 (patch)
tree5ff8532159932ac80809812d1d688415cc41adfc /OpenSim/Framework/Servers/Tests/VersionInfoTests.cs
parentInitial update to OpenSim 0.8.2.1 source code. (diff)
downloadopensim-SC_OLD-55146c0b17c58b4da37f23ddcd5922ebc6a30e69.zip
opensim-SC_OLD-55146c0b17c58b4da37f23ddcd5922ebc6a30e69.tar.gz
opensim-SC_OLD-55146c0b17c58b4da37f23ddcd5922ebc6a30e69.tar.bz2
opensim-SC_OLD-55146c0b17c58b4da37f23ddcd5922ebc6a30e69.tar.xz
Fix version stuffs.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Servers/Tests/VersionInfoTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/Tests/VersionInfoTests.cs b/OpenSim/Framework/Servers/Tests/VersionInfoTests.cs
index 480f2bb..2d72cb8 100644
--- a/OpenSim/Framework/Servers/Tests/VersionInfoTests.cs
+++ b/OpenSim/Framework/Servers/Tests/VersionInfoTests.cs
@@ -47,7 +47,7 @@ namespace OpenSim.Framework.Servers.Tests
47 { 47 {
48 foreach (VersionInfo.Flavour flavour in Enum.GetValues(typeof(VersionInfo.Flavour))) 48 foreach (VersionInfo.Flavour flavour in Enum.GetValues(typeof(VersionInfo.Flavour)))
49 { 49 {
50 Assert.AreEqual(VersionInfo.VERSIONINFO_VERSION_LENGTH, VersionInfo.GetVersionString("0.0.0", flavour).Length, "0.0.0/" + flavour + " failed"); 50 Assert.AreEqual(VersionInfo.VERSIONINFO_VERSION_LENGTH, VersionInfo.GetVersionString("0.0.0", "0", flavour).Length, "0.0.0/" + flavour + " failed");
51 } 51 }
52 } 52 }
53 } 53 }