diff UnitTests/main.cpp @ 430:f746592d8301

unit testing
author jodogne
date Wed, 08 May 2013 15:16:13 +0200
parents 09b3c6265a94
children ccf3a0a43dac
line wrap: on
line diff
--- a/UnitTests/main.cpp	Wed May 08 15:13:01 2013 +0200
+++ b/UnitTests/main.cpp	Wed May 08 15:16:13 2013 +0200
@@ -338,7 +338,8 @@
 #if defined(__linux)
 TEST(OrthancInitialization, AbsoluteDirectory)
 {
-  ASSERT_EQ("/tmp/coucou", InterpretRelativePath("/tmp", "coucou"));
+  ASSERT_EQ("/tmp/hello", InterpretRelativePath("/tmp", "hello"));
+  ASSERT_EQ("/tmp", InterpretRelativePath("/tmp", "/tmp"));
 }
 #endif