diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:38 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:34:38 -0700 |
commit | f4498bea2865325dce71189af47a047529229f22 (patch) | |
tree | 06278f21d1bcf0f0860ff792af1cb376b1331231 /contrib/dotzlib | |
parent | 7147f24cd7b27dd95f6e841851a111cb311a9c07 (diff) | |
download | zlib-f4498bea2865325dce71189af47a047529229f22.tar.gz zlib-f4498bea2865325dce71189af47a047529229f22.tar.bz2 zlib-f4498bea2865325dce71189af47a047529229f22.zip |
zlib 1.2.4.3v1.2.4.3
Diffstat (limited to 'contrib/dotzlib')
-rw-r--r-- | contrib/dotzlib/DotZLib/UnitTests.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/dotzlib/DotZLib/UnitTests.cs b/contrib/dotzlib/DotZLib/UnitTests.cs index 6cfdaa7..0668c9f 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.2", Info.Version); | 159 | Assert.AreEqual("1.2.4.3", 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); |
@@ -271,4 +271,4 @@ namespace DotZLibTests | |||
271 | } | 271 | } |
272 | } | 272 | } |
273 | 273 | ||
274 | #endif \ No newline at end of file | 274 | #endif |