Ignore:
Timestamp:
Apr 21, 2011 1:03:26 PM (13 years ago)
Author:
zidane
Message:

corect ping setting tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/tests/testSitemaps.py

    r3163 r3166  
    7373        self.assertEqual(msitemap.defaultView(), 'mobile-sitemap.xml') 
    7474 
    75     def txestPingSetting(self): 
     75    def testPingSetting(self): 
    7676        pwf = self.workflow['plone_workflow'] 
    7777        self.assertEqual(self.contentSM.getPingTransitions(), ()) 
     
    8080        self.assertEqual(self.contentSM.getPingTransitions(), 
    8181                         ('plone_workflow#publish',)) 
    82         self.assert_(ping_googlesitemap in pwf.scripts.keys(), 
    83                      "Not add wf script") 
    8482 
    8583    def testWorkflowStates(self): 
Note: See TracChangeset for help on using the changeset viewer.