comparison 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
comparison
equal deleted inserted replaced
809:8ce2f69436ca 810:401a9633e492
422 422
423 423
424 #if defined(__linux) 424 #if defined(__linux)
425 TEST(OrthancInitialization, AbsoluteDirectory) 425 TEST(OrthancInitialization, AbsoluteDirectory)
426 { 426 {
427 ASSERT_EQ("/tmp/hello", InterpretRelativePath("/tmp", "hello")); 427 ASSERT_EQ("/tmp/hello", Configuration::InterpretRelativePath("/tmp", "hello"));
428 ASSERT_EQ("/tmp", InterpretRelativePath("/tmp", "/tmp")); 428 ASSERT_EQ("/tmp", Configuration::InterpretRelativePath("/tmp", "/tmp"));
429 } 429 }
430 #endif 430 #endif
431 431
432 432
433 433