[Python-checkins] python/nondist/sandbox/setuptools/setuptools/tests test_resources.py, 1.25, 1.26

pje@users.sourceforge.net pje at users.sourceforge.net
Thu Sep 29 18:49:58 CEST 2005


Update of /cvsroot/python/python/nondist/sandbox/setuptools/setuptools/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19021/setuptools/tests
Modified Files:
	test_resources.py 
Log Message:
Bugfixes. :(
Index: test_resources.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/setuptools/tests/test_resources.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- test_resources.py	26 Sep 2005 00:35:35 -0000	1.25
+++ test_resources.py	29 Sep 2005 16:49:55 -0000	1.26
@@ -23,7 +23,7 @@
 
 def testCollection(self):
 # empty path should produce no distributions
- ad = Environment([], python=None)
+ ad = Environment([], platform=None, python=None)
 self.assertEqual(list(ad), [])
 self.assertEqual(ad['FooPkg'],[])
 


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /