~ubuntu-branches/ubuntu/hardy/zope-resourceregistries/hardy

« back to all changes in this revision

Viewing changes to tests/RegistryTestCase.py

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2007-02-09 15:47:40 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070209154740-xj4dvowhvxhhzrlm
Tags: 1.3.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from Products.PloneTestCase import PloneTestCase
 
2
 
 
3
PloneTestCase.setupPloneSite()
 
4
 
 
5
class RegistryTestCase(PloneTestCase.PloneTestCase):
 
6
    pass
 
7
 
 
8
class FunctionalRegistryTestCase(PloneTestCase.FunctionalTestCase,
 
9
                                 PloneTestCase.PloneTestCase):
 
10
    pass