comparison UnitTestsSources/RestApiTests.cpp @ 1545:33d34bc4ac15

fix msvc warnings
author jodogne
date Thu, 13 Aug 2015 21:02:31 +0200
parents 95b3b0260240
children 5ad4e4d92ecb
comparison
equal deleted inserted replaced
1544:4d0e2c38d15b 1545:33d34bc4ac15
68 ASSERT_TRUE(v.isMember("StorageDirectory")); 68 ASSERT_TRUE(v.isMember("StorageDirectory"));
69 #endif 69 #endif
70 } 70 }
71 71
72 72
73 #if UNIT_TESTS_WITH_HTTP_CONNEXIONS == 1 73 #if UNIT_TESTS_WITH_HTTP_CONNEXIONS == 1 && ORTHANC_SSL_ENABLED == 1
74 74
75 /** 75 /**
76 The HTTPS CA certificates for BitBucket were extracted as follows: 76 The HTTPS CA certificates for BitBucket were extracted as follows:
77 77
78 (1) We retrieve the certification chain of BitBucket: 78 (1) We retrieve the certification chain of BitBucket: