diff UnitTests/Versions.cpp @ 50:a15e90e5d6fc

rename in code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Sep 2012 15:50:12 +0200
parents 88f537ca35a5
children f1d0470ff334
line wrap: on
line diff
--- a/UnitTests/Versions.cpp	Wed Sep 05 15:38:08 2012 +0200
+++ b/UnitTests/Versions.cpp	Wed Sep 05 15:50:12 2012 +0200
@@ -27,7 +27,7 @@
 }
 
 
-#if PALANTIR_STATIC == 1
+#if PALANTHIR_STATIC == 1
 TEST(Versions, ZlibStatic)
 {
   ASSERT_STREQ("1.2.7", zlibVersion());
@@ -57,7 +57,7 @@
   // Check that SSL support is enabled when required
   bool curlSupportsSsl = vinfo->features & CURL_VERSION_SSL;
 
-#if PALANTIR_SSL_ENABLED == 0
+#if PALANTHIR_SSL_ENABLED == 0
   ASSERT_FALSE(curlSupportsSsl);
 #else
   ASSERT_TRUE(curlSupportsSsl);