diff UnitTests/Versions.cpp @ 551:2699ccdcce20

using boost 1.53.0 instead of 1.54.0 because of compilation problems on Windows
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Sep 2013 14:13:04 +0200
parents 210c96710592
children 938d8461cf8f
line wrap: on
line diff
--- a/UnitTests/Versions.cpp	Tue Sep 17 10:13:24 2013 +0200
+++ b/UnitTests/Versions.cpp	Tue Sep 17 14:13:04 2013 +0200
@@ -57,7 +57,7 @@
 
 TEST(Versions, BoostStatic)
 {
-  ASSERT_STREQ("1_54", BOOST_LIB_VERSION);
+  ASSERT_STREQ("1_53", BOOST_LIB_VERSION);
 }
 
 TEST(Versions, CurlStatic)