diff UnitTestsSources/ServerIndexTests.cpp @ 803:4689e400e0fa

directory to store the results of the unit tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 May 2014 09:29:11 +0200
parents c60743fadd4e
children 3d6f9b7d0add
line wrap: on
line diff
--- a/UnitTestsSources/ServerIndexTests.cpp	Tue May 06 17:09:32 2014 +0200
+++ b/UnitTestsSources/ServerIndexTests.cpp	Wed May 07 09:29:11 2014 +0200
@@ -523,7 +523,7 @@
 
 TEST(ServerIndex, AttachmentRecycling)
 {
-  const std::string path = "OrthancStorageUnitTests";
+  const std::string path = "UnitTestsStorage";
   Toolbox::RemoveFile(path + "/index");
   ServerContext context(path, ":memory:");   // The SQLite DB is in memory
   ServerIndex& index = context.GetIndex();