[Python-checkins] distutils2: Merged with Nicolas Cadou

tarek.ziade python-checkins at python.org
Sun May 30 00:05:49 CEST 2010


tarek.ziade pushed 9bc41f8a5c20 to distutils2:

http://hg.python.org/distutils2/rev/9bc41f8a5c20
changeset:   162:9bc41f8a5c20
parent:      161:807e6867e133
parent:      160:30ad3af43b5f
user:        Pior Bastida <pior at pbastida.net>
date:        Sat May 22 20:04:32 2010 -0400
summary:     Merged with Nicolas Cadou
files:       

diff --git a/src/distutils2/tests/test_util.py b/src/distutils2/tests/test_util.py
--- a/src/distutils2/tests/test_util.py
+++ b/src/distutils2/tests/test_util.py
@@ -294,7 +294,7 @@
         self.write_file(os.path.join(pkg5, '__init__.py'))
 
         res = find_packages([root], ['pkg1.pkg2'])
-        self.assertEquals(res, ['pkg1', 'pkg5', 'pkg1.pkg3', 'pkg1.pkg3.pkg6'])
+        self.assertEquals(set(res), set(['pkg1', 'pkg5', 'pkg1.pkg3', 'pkg1.pkg3.pkg6']))
 
 
 def test_suite():

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list