[csw-devel] SF.net SVN: gar:[11981] csw/mgar/gar/v2/lib/python/system_pkgmap_test.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri Dec 17 10:42:52 CET 2010
Revision: 11981
http://gar.svn.sourceforge.net/gar/?rev=11981&view=rev
Author: wahwah
Date: 2010-12-17 09:42:52 +0000 (Fri, 17 Dec 2010)
Log Message:
-----------
checkpkg: Remove tabs that have sneaked in
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/system_pkgmap_test.py
Modified: csw/mgar/gar/v2/lib/python/system_pkgmap_test.py
===================================================================
--- csw/mgar/gar/v2/lib/python/system_pkgmap_test.py 2010-12-17 09:42:20 UTC (rev 11980)
+++ csw/mgar/gar/v2/lib/python/system_pkgmap_test.py 2010-12-17 09:42:52 UTC (rev 11981)
@@ -89,20 +89,20 @@
"""A question mark is not a valid type, but we have to cope with it."""
spi = system_pkgmap.Indexer()
expected = {
- 'modtime': '1250803966',
- 'major': None,
- 'pkgnames': ['SUNWcsl'],
- 'cksum': '58567',
- 'owner': 'root',
- 'path': '/usr/lib/libc.so.1',
- 'line': '/usr/lib/libc.so.1 f none 0755 root bin 867444 58567 1250803966 SUNWcsl',
- 'class': 'none',
- 'size': '867444',
- 'group': 'bin',
- 'target': None,
- 'mode': '0755',
- 'type': 'f',
- 'minor': None,
+ 'modtime': '1250803966',
+ 'major': None,
+ 'pkgnames': ['SUNWcsl'],
+ 'cksum': '58567',
+ 'owner': 'root',
+ 'path': '/usr/lib/libc.so.1',
+ 'line': '/usr/lib/libc.so.1 f none 0755 root bin 867444 58567 1250803966 SUNWcsl',
+ 'class': 'none',
+ 'size': '867444',
+ 'group': 'bin',
+ 'target': None,
+ 'mode': '0755',
+ 'type': 'f',
+ 'minor': None,
}
self.assertEqual(expected, spi._ParsePkgmapLine(PKGMAP_LINE_6))
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