diff UnitTestsSources/UnitTestsMain.cpp @ 2136:dd609a99d39a

uniformization of the macro naming
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 14:08:05 +0100
parents 27fd34970c52
children aa4b8895cd23
line wrap: on
line diff
--- a/UnitTestsSources/UnitTestsMain.cpp	Wed Nov 09 13:42:33 2016 +0100
+++ b/UnitTestsSources/UnitTestsMain.cpp	Wed Nov 09 14:08:05 2016 +0100
@@ -871,7 +871,7 @@
 
 
 
-#if ORTHANC_PUGIXML_ENABLED == 1
+#if ORTHANC_ENABLE_PUGIXML == 1
 TEST(Toolbox, Xml)
 {
   Json::Value a;