Import zlib 1.2.8 with local change merged in.
[deliverable/binutils-gdb.git] / zlib / contrib / dotzlib / DotZLib / UnitTests.cs
index 109028841d6559fa4edef88605e1fa61bdf1be9a..b273d54b348adb6ee0df267264250e0e130265e3 100644 (file)
@@ -1,5 +1,5 @@
 //\r
-// © Copyright Henrik Ravn 2004\r
+// Â© Copyright Henrik Ravn 2004\r
 //\r
 // Use, modification and distribution are subject to the Boost Software License, Version 1.0.\r
 // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
@@ -156,7 +156,7 @@ namespace DotZLibTests
         public void Info_Version()\r
         {\r
             Info info = new Info();\r
-            Assert.AreEqual("1.2.7", Info.Version);\r
+            Assert.AreEqual("1.2.8", Info.Version);\r
             Assert.AreEqual(32, info.SizeOfUInt);\r
             Assert.AreEqual(32, info.SizeOfULong);\r
             Assert.AreEqual(32, info.SizeOfPointer);\r
This page took 0.027716 seconds and 4 git commands to generate.