aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/Tests/VersionInfoTests.cs
diff options
context:
space:
mode:
authoronefang2019-05-19 22:21:18 +1000
committeronefang2019-05-19 22:21:18 +1000
commit67b852f8e54b73fb12aefd2a51b77457feae062a (patch)
tree7c8eb960479fc8a39d35f75dd49a3703b178622b /OpenSim/Framework/Servers/Tests/VersionInfoTests.cs
parentRemove useless executable bit that Windows adds. (diff)
downloadopensim-SC_OLD-67b852f8e54b73fb12aefd2a51b77457feae062a.zip
opensim-SC_OLD-67b852f8e54b73fb12aefd2a51b77457feae062a.tar.gz
opensim-SC_OLD-67b852f8e54b73fb12aefd2a51b77457feae062a.tar.bz2
opensim-SC_OLD-67b852f8e54b73fb12aefd2a51b77457feae062a.tar.xz
Update version number stuff, and hack it into the money display.
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 }