mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merged revisions 72547 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72547 | tarek.ziade | 2009-05-10 14:36:48 +0200 (Sun, 10 May 2009) | 1 line fixed test for all platforms ........
This commit is contained in:
parent
bbf1f18079
commit
2151988f2c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class InstallLibTestCase(support.TempdirManager,
|
|||
cmd.distribution.script_name = 'setup.py'
|
||||
|
||||
# get_output should return 4 elements
|
||||
self.assertEquals(len(cmd.get_outputs()), 4)
|
||||
self.assert_(len(cmd.get_outputs()) >= 2)
|
||||
|
||||
def test_get_inputs(self):
|
||||
pkg_dir, dist = self.create_dist()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue