[csw-devel] SF.net SVN: gar:[20930] csw/mgar/gar/v2/lib/python
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu May 2 01:22:41 CEST 2013
Revision: 20930
http://gar.svn.sourceforge.net/gar/?rev=20930&view=rev
Author: wahwah
Date: 2013-05-01 23:22:41 +0000 (Wed, 01 May 2013)
Log Message:
-----------
checkpkg: Tests data fixes
Fixes for testing data changes missed in previous commits.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/package_stats_test.py
csw/mgar/gar/v2/lib/python/testdata/neon_stats.py
csw/mgar/gar/v2/lib/python/testdata/tree_stats.py
Modified: csw/mgar/gar/v2/lib/python/package_stats_test.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_stats_test.py 2013-05-01 23:12:03 UTC (rev 20929)
+++ csw/mgar/gar/v2/lib/python/package_stats_test.py 2013-05-01 23:22:41 UTC (rev 20930)
@@ -54,6 +54,7 @@
mock_dirpkg.GetParsedPkginfo().AndReturn({
"ARCH": "sparc",
"EMAIL": "maintainer at example.com",
+ "NAME": "foo - Package of foo",
})
mock_dirpkg.GetPkgmap().AndReturn(mock_pkgmap)
mock_pkgmap.entries = []
Modified: csw/mgar/gar/v2/lib/python/testdata/neon_stats.py
===================================================================
--- csw/mgar/gar/v2/lib/python/testdata/neon_stats.py 2013-05-01 23:12:03 UTC (rev 20929)
+++ csw/mgar/gar/v2/lib/python/testdata/neon_stats.py 2013-05-01 23:22:41 UTC (rev 20930)
@@ -211,6 +211,7 @@
'VENDOR': 'http://www.webdav.org/neon/ packaged for CSW by Dagobert Michelsen',
'VERSION': '0.29.0,REV=2009.09.14',
'WORKDIR_FIRSTMOD': '../build-isa-i386-garversion-0.26.4'},
+ 'i_depends': [],
'pkgmap': [{'class': None,
'group': None,
'line': ': 1 1763',
Modified: csw/mgar/gar/v2/lib/python/testdata/tree_stats.py
===================================================================
--- csw/mgar/gar/v2/lib/python/testdata/tree_stats.py 2013-05-01 23:12:03 UTC (rev 20929)
+++ csw/mgar/gar/v2/lib/python/testdata/tree_stats.py 2013-05-01 23:22:41 UTC (rev 20930)
@@ -47,16 +47,19 @@
'sparcv9+vis',
'sparcv9+vis2']),
'ldd_info': {'opt/csw/bin/tree': [] },
- 'binaries_elf_info': { 'opt/csw/bin/tree': { 'version definition': [],
- 'version needed': [],
- 'symbol table': [ { 'flags': 'DBL',
- 'soname': 'libc.so.1',
- 'symbol': 'environ',
- 'shndx': 'UNDEF',
- 'version': None
- } ]
- }
- },
+ 'binaries_elf_info': {
+ 'opt/csw/bin/tree': {
+ 'version definition': [], 'version needed': [],
+ 'symbol table': [
+ { 'flags': 'DBL',
+ 'soname': 'libc.so.1',
+ 'symbol': 'environ',
+ 'shndx': 'UNDEF',
+ 'version': None,
+ }
+ ]
+ }
+ },
'mtime': '2010-07-05T23:48:10',
'overrides': [],
'pkgchk': {'return_code': 0,
@@ -79,6 +82,7 @@
'VENDOR': 'http://mama.indstate.edu/users/ice/tree/ packaged for CSW by Maciej Blizinski',
'VERSION': '1.5.3,REV=2010.07.05',
'WORKDIR_FIRSTMOD': '../build-isa-sparcv8'},
+ 'i_depends': [],
'pkgmap': [{'class': None,
'group': None,
'line': ': 1 0',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list