diff 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
line wrap: on
line diff
--- a/UnitTestsSources/UnitTestsMain.cpp	Mon May 22 17:49:26 2017 +0200
+++ b/UnitTestsSources/UnitTestsMain.cpp	Mon May 22 20:35:11 2017 +0200
@@ -22,7 +22,7 @@
 #include "gtest/gtest.h"
 
 #include "../Resources/Orthanc/Core/Logging.h"
-#include "../Framework/Toolbox/OrthancWebService.h"
+#include "../Framework/Toolbox/OrthancSynchronousWebService.h"
 #include "../Framework/Layers/OrthancFrameLayerSource.h"
 #include "../Framework/Widgets/LayerWidget.h"
 
@@ -733,7 +733,7 @@
 TEST(Toto, Tutu)
 {
   Orthanc::WebServiceParameters web;
-  OrthancStone::OrthancWebService orthanc(web);
+  OrthancStone::OrthancSynchronousWebService orthanc(web);
 
   OrthancStone::Tata tata;
   OrthancStone::OrthancSliceLoader loader(tata, orthanc);