On 4/26/13, [email protected] <[email protected]> wrote: > Author: astaric > Date: Fri Apr 26 11:56:33 2013 > New Revision: 1476152 > > URL: http://svn.apache.org/r1476152 > Log: > Added upgrade tests for postgres backend. > [...] > > Added: bloodhound/trunk/bloodhound_multiproduct/tests/upgrade_postgres.py > URL: > http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_multiproduct/tests/upgrade_postgres.py?rev=1476152&view=auto > ============================================================================== > --- bloodhound/trunk/bloodhound_multiproduct/tests/upgrade_postgres.py > (added) > +++ bloodhound/trunk/bloodhound_multiproduct/tests/upgrade_postgres.py Fri > Apr 26 11:56:33 2013 > @@ -0,0 +1,67 @@ [...] > +import unittest > + > +import upgrade > + > [email protected](database_available, "Postgres database not > available.") > +class > PostgresEnvironmentUpgradeTestCase(upgrade.EnvironmentUpgradeTestCase):
I guess this will not work on python 2.6 unless unittest2 is imported . [...] -- Regards, Olemis.
