Ignore:
Timestamp:
14 Mar 2011, 07:43:30 (14 years ago)
Author:
uli
Message:

Remove implementation and tests of addApplicantsContainer method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_root.py

    r5814 r5867  
    5757        return
    5858
    59     def test_add_container(self):
    60         root = ApplicantsRoot()
    61         fake_container = object()
    62         root.addApplicantsContainer(fake_container, name='foo')
    63         self.assertTrue(root['foo'] ==  fake_container)
    64         return
    65 
    6659class ApplicantsRootPluginTestCase(unittest.TestCase):
    6760    def create_logger(self):
Note: See TracChangeset for help on using the changeset viewer.