comparison UnitTestsSources/RestApiTests.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 b1291df2f780
children aa4b8895cd23
comparison
equal deleted inserted replaced
2135:cadfe0a2a393 2136:dd609a99d39a
71 ASSERT_TRUE(v.isMember("StorageDirectory")); 71 ASSERT_TRUE(v.isMember("StorageDirectory"));
72 #endif 72 #endif
73 } 73 }
74 74
75 75
76 #if UNIT_TESTS_WITH_HTTP_CONNEXIONS == 1 && ORTHANC_SSL_ENABLED == 1 76 #if UNIT_TESTS_WITH_HTTP_CONNEXIONS == 1 && ORTHANC_ENABLE_SSL == 1
77 77
78 /** 78 /**
79 The HTTPS CA certificates for BitBucket were extracted as follows: 79 The HTTPS CA certificates for BitBucket were extracted as follows:
80 80
81 (1) We retrieve the certification chain of BitBucket: 81 (1) We retrieve the certification chain of BitBucket: