~ubuntu-branches/debian/squeeze/desktopcouch/squeeze

« back to all changes in this revision

Viewing changes to desktopcouch/records/tests/test_field_registry.py

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2010-03-04 19:11:48 UTC
  • mfrom: (1.5.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100304191148-zcwp3rffruwkalvc
Tags: 0.6.2-1
* New upstream version
* debian/patches/01-use_simplejson.patch removed, better handled
  upstream (simplejson for py2.5 and json for py2.6)
* debian/rules: chmod desktop-stop to 755, since it's intended as
  an executable script
* debian/control: bump debhelper dependency to >= 7.0.50~ to use
  overridden rules in debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    """Test Case for FieldMapping objects."""
58
58
 
59
59
    def setUp(self):
 
60
        super(TestFieldMapping, self).setUp()
60
61
        self.test_record = copy.deepcopy(TEST_RECORD)
61
62
 
62
63
    def test_simple_field_mapping(self):
90
91
 
91
92
    def setUp(self):
92
93
        """setup test fixtures"""
 
94
        super(TestTransformer, self).setUp()
93
95
        self.transformer = AppTransformer()
94
96
 
95
97
    def test_from_app(self):