Ignore:
Timestamp:
Oct 22, 2010 12:57:18 PM (14 years ago)
Author:
mylan
Message:

#228: Fixed name of the relative path filtering test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/branches/blacklist/quintagroup/plonegooglesitemaps/tests/testBlackoutList.py

    r2919 r2921  
    7272             pathfname, catpaths, filtered, excluded)) 
    7373 
    74     def testPathFilter(self): 
     74    def testRelativePathFilter(self): 
    7575        #  
    7676        fpath = '/'.join(self.folder.absolute_url(1).split('/')[2:]) 
     
    8787            'Object type, returned by filteredOut method of "%s" utility '\ 
    8888            'not list nor tuple' % pathfname) 
     89        import pdb;pdb.set_trace() 
    8990        self.assertTrue(set(catpaths)-set(filtered) == set(excluded), 
    9091            'Wrong filtered-out by "%s" filter:\nsrc %s\nres %s\nexcluded %s' % ( 
Note: See TracChangeset for help on using the changeset viewer.