diff UnitTestsSources/UnitTestsMain.cpp @ 2933:4a38d7d4f0e0

new class: OrthancConfiguration
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Nov 2018 17:08:48 +0100
parents 0a4428aad512
children db8f360fcb41
line wrap: on
line diff
--- a/UnitTestsSources/UnitTestsMain.cpp	Tue Nov 13 17:50:03 2018 +0100
+++ b/UnitTestsSources/UnitTestsMain.cpp	Tue Nov 27 17:08:48 2018 +0100
@@ -499,10 +499,10 @@
 
 
 #if defined(__linux__)
-TEST(OrthancInitialization, AbsoluteDirectory)
+TEST(Toolbox, AbsoluteDirectory)
 {
-  ASSERT_EQ("/tmp/hello", Configuration::InterpretRelativePath("/tmp", "hello"));
-  ASSERT_EQ("/tmp", Configuration::InterpretRelativePath("/tmp", "/tmp"));
+  ASSERT_EQ("/tmp/hello", SystemToolbox::InterpretRelativePath("/tmp", "hello"));
+  ASSERT_EQ("/tmp", SystemToolbox::InterpretRelativePath("/tmp", "/tmp"));
 }
 #endif