[csw-devel] SF.net SVN: gar:[13662] csw/mgar/gar/v2/lib/python/catalog_test.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Mar 7 23:43:21 CET 2011


Revision: 13662
          http://gar.svn.sourceforge.net/gar/?rev=13662&view=rev
Author:   wahwah
Date:     2011-03-07 22:43:21 +0000 (Mon, 07 Mar 2011)

Log Message:
-----------
pkgdb: Fixed a unit test

Order in which dependencies are listed must match what's in the package
data.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/catalog_test.py

Modified: csw/mgar/gar/v2/lib/python/catalog_test.py
===================================================================
--- csw/mgar/gar/v2/lib/python/catalog_test.py	2011-03-07 22:39:59 UTC (rev 13661)
+++ csw/mgar/gar/v2/lib/python/catalog_test.py	2011-03-07 22:43:21 UTC (rev 13662)
@@ -30,16 +30,18 @@
     'catalogname': 'syslog_ng',
     'category': 'none',
     'deps': (
-        'CSWcommon',
-        'CSWcswclassutils',
+        # Dependencies need to be ordered that way, because they're
+        # listed that way in the package.
+        'CSWgcc4corert',
         'CSWeventlog',
-        'CSWgcc4corert',
+        'CSWosslrt',
+        'CSWzlib',
+        'CSWpcrert',
         'CSWggettextrt',
         'CSWglib2',
-        'CSWosslrt',
-        'CSWpcrert',
         'CSWtcpwrap',
-        'CSWzlib',
+        'CSWcswclassutils',
+        'CSWcommon',
     ),
     'file_basename': 'syslog_ng-3.0.4,REV=2009.08.30-SunOS5.8-i386-CSW.pkg.gz',
     'i_deps': (),


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