[Erp5-report] r45600 kazuhiko - /erp5/trunk/buildout/tests/assertSoftware.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Apr 21 11:29:29 CEST 2011
Author: kazuhiko
Date: Thu Apr 21 11:29:29 2011
New Revision: 45600
URL: http://svn.erp5.org?rev=45600&view=rev
Log:
update AssertGlib test to follow the change in r45560.
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=45600&r1=45599&r2=45600&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Apr 21 11:29:29 2011
@@ -2015,13 +2015,20 @@ class AssertGlib(AssertSoftwareMixin):
def test_ld_libglib(self):
self.assertLibraryList('parts/glib/lib/libglib-2.0.so',
- self.core_lib_list, self.core_rpath_list)
+ self.core_lib_list + [
+ 'libdl',
+ 'librt',
+ ], [
+ 'gettext',
+ 'zlib',
+ ])
def test_ld_libgmodule(self):
self.assertLibraryList('parts/glib/lib/libgmodule-2.0.so',
self.core_lib_list + [
'libdl',
'libglib-2.0',
+ 'librt',
], self.rpath_list)
def test_ld_libgobject(self):
@@ -2089,6 +2096,7 @@ class AssertGlib(AssertSoftwareMixin):
self.assertLibraryList('parts/glib/bin/glib-compile-schemas',
self.core_lib_list + [
'libglib-2.0',
+ 'librt',
], self.rpath_list)
def test_ld_glibgenmarshal(self):
@@ -2129,6 +2137,7 @@ class AssertGlib(AssertSoftwareMixin):
self.assertLibraryList('parts/glib/bin/gtester',
self.core_lib_list + [
'libglib-2.0',
+ 'librt',
], self.rpath_list)
class AssertLibuuid(AssertSoftwareMixin):
More information about the Erp5-report
mailing list