summaryrefslogtreecommitdiff
path: root/src/path-test.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2009-07-10 18:14:01 +0000
committerjhurst <>2009-07-10 18:14:01 +0000
commite414c3671619d27816c1961339b02f7352c70711 (patch)
treeb3b894aa056f9e7f2f643d18b95cfdd735384c88 /src/path-test.cpp
parent663f72dc0b7ac276297ddc696240a4c1a4c80f31 (diff)
eliminated spurious estra leading '/'
Diffstat (limited to 'src/path-test.cpp')
-rw-r--r--src/path-test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/path-test.cpp b/src/path-test.cpp
index 6f4cfd6..ce81b8f 100644
--- a/src/path-test.cpp
+++ b/src/path-test.cpp
@@ -60,6 +60,10 @@ main(int argc, const char** argv)
string Path_4 = ComponentsToPath(PathList_3);
string Path_5 = PathMakeAbsolute(Path_4);
+
+ fprintf(stderr, "PathMakeAbsolute in: %s\n", Path_4.c_str());
+ fprintf(stderr, "PathMakeAbsolute out: %s\n", Path_5.c_str());
+
string Path_6 = ComponentsToAbsolutePath(PathList_3);
assert(Path_3 == Path_6);
assert(PathsAreEquivalent(Path_3, Path_6));