rewrite prop_relPathDirToFileAbs_basics
This was not a good test, it broke the requirement that relPathDirToFileAbs take absolute paths. And it failed when the two input paths were eg, the same but differently normalized. Replaced with some tests of the real basics of that function.
This commit is contained in:
parent
6c8205a113
commit
99ba471209
4 changed files with 21 additions and 11 deletions
|
@ -14,3 +14,5 @@ Fresh build of 8.20201129+git100-g2d84bf992-1~ndall+1 when having HOME (base sys
|
|||
|
||||
[[!meta author=yoh]]
|
||||
[[!tag projects/datalad]]
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 1"""
|
||||
date="2021-01-13T17:01:07Z"
|
||||
content="""
|
||||
This is a pure test, and the filesystem does not affect it in any way.
|
||||
|
||||
The test is slightly broken, in that when two paths
|
||||
are the same except slightly differently normalized (eg, "A" vs "A/"),
|
||||
it fails. Really not a great test overall, rewriting.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue