comparison UnitTestsSources/UnitTestsMain.cpp @ 69:1553b67b24e5 wasm

OrthancSynchronousWebService
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 May 2017 20:35:11 +0200
parents 1526d38ef6da
children f73aed014bde
comparison
equal deleted inserted replaced
68:1526d38ef6da 69:1553b67b24e5
20 20
21 21
22 #include "gtest/gtest.h" 22 #include "gtest/gtest.h"
23 23
24 #include "../Resources/Orthanc/Core/Logging.h" 24 #include "../Resources/Orthanc/Core/Logging.h"
25 #include "../Framework/Toolbox/OrthancWebService.h" 25 #include "../Framework/Toolbox/OrthancSynchronousWebService.h"
26 #include "../Framework/Layers/OrthancFrameLayerSource.h" 26 #include "../Framework/Layers/OrthancFrameLayerSource.h"
27 #include "../Framework/Widgets/LayerWidget.h" 27 #include "../Framework/Widgets/LayerWidget.h"
28 28
29 29
30 #include "../Resources/Orthanc/Core/Images/PngReader.h" 30 #include "../Resources/Orthanc/Core/Images/PngReader.h"
731 731
732 732
733 TEST(Toto, Tutu) 733 TEST(Toto, Tutu)
734 { 734 {
735 Orthanc::WebServiceParameters web; 735 Orthanc::WebServiceParameters web;
736 OrthancStone::OrthancWebService orthanc(web); 736 OrthancStone::OrthancSynchronousWebService orthanc(web);
737 737
738 OrthancStone::Tata tata; 738 OrthancStone::Tata tata;
739 OrthancStone::OrthancSliceLoader loader(tata, orthanc); 739 OrthancStone::OrthancSliceLoader loader(tata, orthanc);
740 //loader.ScheduleLoadSeries("c1c4cb95-05e3bd11-8da9f5bb-87278f71-0b2b43f5"); 740 //loader.ScheduleLoadSeries("c1c4cb95-05e3bd11-8da9f5bb-87278f71-0b2b43f5");
741 loader.ScheduleLoadSeries("67f1b334-02c16752-45026e40-a5b60b6b-030ecab5"); 741 loader.ScheduleLoadSeries("67f1b334-02c16752-45026e40-a5b60b6b-030ecab5");