Ignore:
Timestamp:
12 Feb 2015, 09:56:13 (10 years ago)
Author:
Henrik Bettermann
Message:

Add Renewal of Patent and Proprietary Medicines Vendors License.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/tests/test_contract.py

    r12601 r12604  
    3535    RPCContract,
    3636    IPPMVLContract,
     37    RPPMVLContract,
    3738    )
    3839from ikobacustom.pcn.customers.interfaces import (
     
    4243    IRPCContract,
    4344    IIPPMVLContract,
     45    IRPPMVLContract,
    4446    )
    4547
     
    9698        self.assertEqual(container[id5], contract5)
    9799        self.assertEqual(contract5.class_name, 'IPPMVLContract')
     100
     101        contract6 = createObject(u'waeup.RPPMVLContract')
     102        id6 = contract6.contract_id
     103        container.addContract(contract6)
     104        self.assertEqual(container[id6], contract6)
     105        self.assertEqual(contract6.class_name, 'RPPMVLContract')
    98106        return
Note: See TracChangeset for help on using the changeset viewer.