diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:45 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:45 -0700 |
commit | a7d70663cf4a7d4013ff7d285da01a164ed9b207 (patch) | |
tree | bbf446cac984191a2bcae6390f366886d0a3de18 /contrib/dotzlib | |
parent | f4498bea2865325dce71189af47a047529229f22 (diff) | |
download | zlib-a7d70663cf4a7d4013ff7d285da01a164ed9b207.tar.gz zlib-a7d70663cf4a7d4013ff7d285da01a164ed9b207.tar.bz2 zlib-a7d70663cf4a7d4013ff7d285da01a164ed9b207.zip |
zlib 1.2.4.4v1.2.4.4
Diffstat (limited to 'contrib/dotzlib')
-rw-r--r-- | contrib/dotzlib/DotZLib/UnitTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dotzlib/DotZLib/UnitTests.cs b/contrib/dotzlib/DotZLib/UnitTests.cs index 0668c9f..fe1061f 100644 --- a/contrib/dotzlib/DotZLib/UnitTests.cs +++ b/contrib/dotzlib/DotZLib/UnitTests.cs | |||
@@ -156,7 +156,7 @@ namespace DotZLibTests | |||
156 | public void Info_Version() | 156 | public void Info_Version() |
157 | { | 157 | { |
158 | Info info = new Info(); | 158 | Info info = new Info(); |
159 | Assert.AreEqual("1.2.4.3", Info.Version); | 159 | Assert.AreEqual("1.2.4.4", Info.Version); |
160 | Assert.AreEqual(32, info.SizeOfUInt); | 160 | Assert.AreEqual(32, info.SizeOfUInt); |
161 | Assert.AreEqual(32, info.SizeOfULong); | 161 | Assert.AreEqual(32, info.SizeOfULong); |
162 | Assert.AreEqual(32, info.SizeOfPointer); | 162 | Assert.AreEqual(32, info.SizeOfPointer); |