diff UnitTestsSources/ServerIndexTests.cpp @ 2512:4dcafa8d6633

SystemToolbox::GenerateUuid moved to Toolbox::GenerateUuid
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Mar 2018 15:20:50 +0200
parents 878b59270859
children 389d050a2e66
line wrap: on
line diff
--- a/UnitTestsSources/ServerIndexTests.cpp	Wed Mar 28 14:18:02 2018 +0200
+++ b/UnitTestsSources/ServerIndexTests.cpp	Wed Mar 28 15:20:50 2018 +0200
@@ -824,7 +824,7 @@
 
   for (size_t i = 0; i < ids.size(); i++)
   {
-    FileInfo info(SystemToolbox::GenerateUuid(), FileContentType_Dicom, 1, "md5");
+    FileInfo info(Toolbox::GenerateUuid(), FileContentType_Dicom, 1, "md5");
     index.AddAttachment(info, ids[i]);
 
     index.ComputeStatistics(tmp);