[24420] trunk/base/src/pextlib1.0/tests/fs-traverse.tcl

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 24 00:29:10 PDT 2007


Revision: 24420
          http://trac.macosforge.org/projects/macports/changeset/24420
Author:   eridius at macports.org
Date:     2007-04-24 00:29:09 -0700 (Tue, 24 Apr 2007)

Log Message:
-----------
Fix the root symlink test to actually test correctly

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/tests/fs-traverse.tcl

Modified: trunk/base/src/pextlib1.0/tests/fs-traverse.tcl
===================================================================
--- trunk/base/src/pextlib1.0/tests/fs-traverse.tcl	2007-04-24 06:19:47 UTC (rev 24419)
+++ trunk/base/src/pextlib1.0/tests/fs-traverse.tcl	2007-04-24 07:29:09 UTC (rev 24420)
@@ -157,11 +157,11 @@
     "
     
     set sub_tree1 "
-        $root/a/d       directory
-        $root/a/d/a     file
-        $root/a/d/b     {link ../../b/a}
-        $root/a/d/c     directory
-        $root/a/d/d     file
+        $root/a/c/a     {link ../d}
+        $root/a/c/a/a   file
+        $root/a/c/a/b   {link ../../b/a}
+        $root/a/c/a/c   directory
+        $root/a/c/a/d   file
     "
     
     set tree2 "

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070424/1185a5ee/attachment.html


More information about the macports-changes mailing list