diff UnitTests/Versions.cpp @ 63:f1d0470ff334 orthanc-renaming

renaming unittests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 16 Sep 2012 09:33:55 +0200
parents a15e90e5d6fc
children 2dece1526c06
line wrap: on
line diff
--- a/UnitTests/Versions.cpp	Sun Sep 16 09:33:19 2012 +0200
+++ b/UnitTests/Versions.cpp	Sun Sep 16 09:33:55 2012 +0200
@@ -27,7 +27,7 @@
 }
 
 
-#if PALANTHIR_STATIC == 1
+#if ORTHANC_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 PALANTHIR_SSL_ENABLED == 0
+#if ORTHANC_SSL_ENABLED == 0
   ASSERT_FALSE(curlSupportsSsl);
 #else
   ASSERT_TRUE(curlSupportsSsl);