[reportlab-users] Re: tests not handling space-containing paths correctly?
Jeff Kowalczyk
reportlab-users@reportlab.com
Wed, 2 Oct 2002 10:54:05 -0400
Forgot the trailing part which shows the test that fails, which may or may not be separate
from the initial four space-path related problems:
file C:\PROGRA~1\Python\lib\reportlab\docs\userguide\ch1_intro.py contains 1 tra
iling spaces, or 0.00% wastage
.............
======================================================================
FAIL: Test if all manuals buildable from source.
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Program Files\Python\Lib\reportlab\test\test_docs_build.py", line 33,
in test0
assert os.path.isfile('userguide.pdf'), 'genAll.py failed to generate usergu
ide.pdf!'
AssertionError: genAll.py failed to generate userguide.pdf!
----------------------------------------------------------------------
Ran 104 tests in 57.153s
FAILED (failures=1)