﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15677	"Release tarball missing ""backup~"" test file"	Chris Lamb	nobody	"The release tarball doesn't have the ./tests/regressiontests/staticfiles_tests/apps/test/static/test/backup~ file so the test_no_common_ignore_patterns test fails:

{{{

======================================================================
ERROR: test_no_common_ignore_patterns (regressiontests.staticfiles_tests.tests.TestBuildStaticExcludeNoDefaultIgnore)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/tmp/bp-build/Django-1.3/tests/regressiontests/staticfiles_tests/tests.py"", line 244, in test_no_common_ignore_patterns
    self.assertFileContains('test/backup~', 'should be ignored')
  File ""/tmp/bp-build/Django-1.3/tests/regressiontests/staticfiles_tests/tests.py"", line 90, in assertFileContains
    self.assertTrue(text in self._get_file(smart_unicode(filepath)),
  File ""/tmp/bp-build/Django-1.3/tests/regressiontests/staticfiles_tests/tests.py"", line 126, in _get_file
    f = codecs.open(filepath, ""r"", ""utf-8"")
  File ""/usr/lib/python2.6/codecs.py"", line 881, in open
    file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: u'/tmp/tmpgPPtOe/test/backup~'
}}}

Debian run the testsuite when building the package."	Uncategorized	closed	Uncategorized	1.3	Normal	invalid			Unreviewed	0	0	0	0	0	0
