comparison OrthancFramework/UnitTestsSources/DicomMapTests.cpp @ 4325:b96aedfa8cc1

unit tests now running in WebAssembly
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Nov 2020 16:21:29 +0100
parents 50b0c69b653a
children d9473bd5ed43
comparison
equal deleted inserted replaced
4324:433e94d08e36 4325:b96aedfa8cc1
754 ASSERT_TRUE(d > c); 754 ASSERT_TRUE(d > c);
755 ASSERT_FALSE(d > d); 755 ASSERT_FALSE(d > d);
756 } 756 }
757 757
758 758
759
760 #if ORTHANC_SANDBOXED != 1
759 761
760 #include "../Sources/SystemToolbox.h" 762 #include "../Sources/SystemToolbox.h"
761 763
762 TEST(DicomMap, DISABLED_ParseDicomMetaInformation) 764 TEST(DicomMap, DISABLED_ParseDicomMetaInformation)
763 { 765 {
1012 printf("[%s]\n", it->c_str()); 1014 printf("[%s]\n", it->c_str());
1013 } 1015 }
1014 1016
1015 printf("\n== SUCCESSES: %u ==\n\n", success); 1017 printf("\n== SUCCESSES: %u ==\n\n", success);
1016 } 1018 }
1019
1020 #endif