Westley Martínez <aniko...@gmail.com> added the comment:

test_check_archive_formats (__main__.ArchiveUtilTestCase) ... ok
test_compress_deprecated (__main__.ArchiveUtilTestCase) ... FAIL
test_make_archive (__main__.ArchiveUtilTestCase) ... ok
test_make_archive_cwd (__main__.ArchiveUtilTestCase) ... ok
test_make_tarball (__main__.ArchiveUtilTestCase) ... ok
test_make_zipfile (__main__.ArchiveUtilTestCase) ... ok
test_make_zipfile_no_zlib (__main__.ArchiveUtilTestCase) ... ok
test_tarfile_vs_tar (__main__.ArchiveUtilTestCase) ... ok

======================================================================
FAIL: test_compress_deprecated (__main__.ArchiveUtilTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/westley/Projects/cpython/Lib/distutils/tests/test_archive_util.py", line 
165, in test_compress_deprecated
    self.assertTrue(os.path.exists(tarball))
AssertionError: False is not true

----------------------------------------------------------------------
Ran 8 tests in 0.203s

FAILED (failures=1)
Traceback (most recent call last):
  File "/home/westley/Projects/cpython/Lib/runpy.py", line 160, in 
_run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/home/westley/Projects/cpython/Lib/runpy.py", line 73, in _run_code
    exec(code, run_globals)
  File 
"/home/westley/Projects/cpython/Lib/distutils/tests/test_archive_util.py", line 
248, in <module>
    run_unittest(test_suite())
  File "/home/westley/Projects/cpython/Lib/test/support.py", line 1192, in 
run_unittest
    _run_suite(suite)
  File "/home/westley/Projects/cpython/Lib/test/support.py", line 1175, in 
_run_suite
    raise TestFailed(err)
test.support.TestFailed: Traceback (most recent call last):
  File 
"/home/westley/Projects/cpython/Lib/distutils/tests/test_archive_util.py", line 
165, in test_compress_deprecated
    self.assertTrue(os.path.exists(tarball))
AssertionError: False is not true

[101559 refs]

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11340>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to