comparison UnitTestsSources/ToolboxTests.cpp @ 3331:a600e5e8bd1c

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Mar 2019 10:26:32 +0100
parents b21d4cc8e5d1
children 4a8e8a96b233
comparison
equal deleted inserted replaced
3330:10e2b9f4162f 3331:a600e5e8bd1c
31 **/ 31 **/
32 32
33 33
34 #include "PrecompiledHeadersUnitTests.h" 34 #include "PrecompiledHeadersUnitTests.h"
35 #include "gtest/gtest.h" 35 #include "gtest/gtest.h"
36 #include "../Core/OrthancException.h"
36 #include "../Core/Toolbox.h" 37 #include "../Core/Toolbox.h"
37 38
38 using namespace Orthanc; 39 using namespace Orthanc;
39 40
40 TEST(Toolbox, Base64_allByteValues) 41 TEST(Toolbox, Base64_allByteValues)