Mercurial > hg > orthanc
diff UnitTestsSources/UnitTestsMain.cpp @ 810:401a9633e492
configuration into a namespace
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 07 May 2014 16:47:56 +0200 |
parents | 8ce2f69436ca |
children | 3d6f9b7d0add |
line wrap: on
line diff
--- a/UnitTestsSources/UnitTestsMain.cpp Wed May 07 16:39:53 2014 +0200 +++ b/UnitTestsSources/UnitTestsMain.cpp Wed May 07 16:47:56 2014 +0200 @@ -424,8 +424,8 @@ #if defined(__linux) TEST(OrthancInitialization, AbsoluteDirectory) { - ASSERT_EQ("/tmp/hello", InterpretRelativePath("/tmp", "hello")); - ASSERT_EQ("/tmp", InterpretRelativePath("/tmp", "/tmp")); + ASSERT_EQ("/tmp/hello", Configuration::InterpretRelativePath("/tmp", "hello")); + ASSERT_EQ("/tmp", Configuration::InterpretRelativePath("/tmp", "/tmp")); } #endif