Ignore:
Timestamp:
May 21, 2010 11:10:30 AM (14 years ago)
Author:
mylan
Message:

Updated tests with new converter by property functionality, fixed bug in converter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.canonicalpath/trunk/quintagroup/canonicalpath/upgrades.py

    r2370 r2371  
    2525        self.portal_url = portal_url 
    2626 
     27    # General APIs 
    2728    def getLogs(self): 
    2829        self._inout.flush() 
     
    5657                             self._convertP2L) 
    5758 
     59    # Service methods 
    5860    def _convert(self, obj, src_iface, dst_iface, converter): 
    5961        """Convert canonical from source canonical interface 
     
    9294        if type(arg) in StringTypes: 
    9395            adapter = DefaultPropertyAdapter(obj) 
    94             adapater.prop = arg 
     96            adapter.prop = arg 
    9597            return adapter 
    9698        else: 
Note: See TracChangeset for help on using the changeset viewer.