Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
2135:cadfe0a2a393 | 2136:dd609a99d39a |
---|---|
869 } | 869 } |
870 } | 870 } |
871 | 871 |
872 | 872 |
873 | 873 |
874 #if ORTHANC_PUGIXML_ENABLED == 1 | 874 #if ORTHANC_ENABLE_PUGIXML == 1 |
875 TEST(Toolbox, Xml) | 875 TEST(Toolbox, Xml) |
876 { | 876 { |
877 Json::Value a; | 877 Json::Value a; |
878 a["hello"] = "world"; | 878 a["hello"] = "world"; |
879 a["42"] = 43; | 879 a["42"] = 43; |