[Erp5-report] r40623 kazuhiko - /erp5/trunk/buildout/tests/assertSoftware.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 24 20:56:04 CET 2010


Author: kazuhiko
Date: Wed Nov 24 20:56:04 2010
New Revision: 40623

URL: http://svn.erp5.org?rev=40623&view=rev
Log:
* omit mysql-5.1__compile__ directory
* do test

Modified:
    erp5/trunk/buildout/tests/assertSoftware.py

Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40623&r1=40622&r2=40623&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Wed Nov 24 20:56:04 2010
@@ -74,6 +74,7 @@ ACCEPTABLE_GLOBAL_LIB_LIST = (
 
 SKIP_PART_LIST = (
   'parts/boost-lib-download',
+  'parts/mysql-5.1__compile__',
   'parts/openoffice-bin',
   'parts/openoffice-bin__unpack__',
 )
@@ -1446,7 +1447,6 @@ class AssertBzip2(AssertSoftwareMixin):
 
 class AssertElfLinkedInternally(AssertSoftwareMixin):
   def test(self):
-    return
     result_dict = {}
     root = os.path.join(os.path.abspath(os.curdir), 'parts')
     for dirpath, dirlist, filelist in os.walk(root):




More information about the Erp5-report mailing list