diff options
author | David Walter Seikel | 2013-02-23 07:19:24 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-02-23 07:19:24 +1000 |
commit | b51ccc44f472c1aa7818b49773bb10c01b771ce1 (patch) | |
tree | 9ab9a2de6f2364cec85e699ec682fa7c555ab453 /OpenSim/Framework/Servers/Tests | |
parent | Replaced Ionic.Zip.dll with a new one that fixes a bug in it. DotNetZip (from... (diff) | |
download | opensim-SC_OLD-b51ccc44f472c1aa7818b49773bb10c01b771ce1.zip opensim-SC_OLD-b51ccc44f472c1aa7818b49773bb10c01b771ce1.tar.gz opensim-SC_OLD-b51ccc44f472c1aa7818b49773bb10c01b771ce1.tar.bz2 opensim-SC_OLD-b51ccc44f472c1aa7818b49773bb10c01b771ce1.tar.xz |
Add IG version bits.
Diffstat (limited to 'OpenSim/Framework/Servers/Tests')
-rw-r--r-- | OpenSim/Framework/Servers/Tests/VersionInfoTests.cs | 2 |
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..2a59ee3 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", flavour, "0").Length, "0.0.0/" + flavour + " failed"); |
51 | } | 51 | } |
52 | } | 52 | } |
53 | } | 53 | } |