Commit 5acc5256 authored by Gary Poster's avatar Gary Poster

fix tests for changes

parent e268f1ca
...@@ -1291,6 +1291,7 @@ this is very straightforward. ...@@ -1291,6 +1291,7 @@ this is very straightforward.
... ...
] ]
for path in original_paths: for path in original_paths:
if path not in known_paths:
addsitedir(path, known_paths) addsitedir(path, known_paths)
return known_paths return known_paths
<BLANKLINE> <BLANKLINE>
...@@ -1368,6 +1369,7 @@ call to another text fixture to create. ...@@ -1368,6 +1369,7 @@ call to another text fixture to create.
... ...
] ]
for path in original_paths: for path in original_paths:
if path not in known_paths:
addsitedir(path, known_paths) addsitedir(path, known_paths)
return known_paths return known_paths
<BLANKLINE> <BLANKLINE>
...@@ -1432,6 +1434,7 @@ at that result. ...@@ -1432,6 +1434,7 @@ at that result.
... ...
] ]
for path in original_paths: for path in original_paths:
if path not in known_paths:
addsitedir(path, known_paths) addsitedir(path, known_paths)
return known_paths return known_paths
<BLANKLINE> <BLANKLINE>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment