Changeset 2971 in products for quintagroup.canonicalpath


Ignore:
Timestamp:
Nov 2, 2010 5:16:08 PM (13 years ago)
Author:
mylan
Message:

#234: Fixed tests breakage

File:
1 edited

Legend:

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

    r2372 r2971  
    323323    """Not adaptable object.""" 
    324324 
    325 class TestConvertor(unittest.TestCase): 
     325class TestConvertor(TestCase): 
    326326 
    327327    def setUp(self): 
     
    399399 
    400400 
    401 class TestAdaptersRegistration(unittest.TestCase): 
     401class TestAdaptersRegistration(TestCase): 
    402402    """Test of default adapters registration.""" 
    403403 
Note: See TracChangeset for help on using the changeset viewer.