Ignore:
Timestamp:
Mar 11, 2010 1:33:31 PM (14 years ago)
Author:
mylan
Message:

#161: fix minor bug, rename testSEOConfiglet into testConfiglet module and test

File:
1 moved

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/branches/refactoring2.3.0/quintagroup/seoptimizer/tests/testConfiglet.py

    r1878 r1886  
    22from base import * 
    33 
    4 class TestSEOConfiglet(FunctionalTestCase): 
     4class TestConfiglet(FunctionalTestCase): 
    55 
    66    def afterSetUp(self): 
     
    6868        self.assertTrue(tse == (expect,), 
    6969            '"content_types_with_seoproperties" property contains: ' \ 
    70             '"%s", must: "%s"' % (tse_after, expect)) 
     70            '"%s", must: "%s"' % (tse, expect)) 
    7171 
    7272    def test_typesSEOEnabled_Off(self): 
     
    8282    from unittest import TestSuite, makeSuite 
    8383    suite = TestSuite() 
    84     suite.addTest(makeSuite(TestSEOConfiglet)) 
     84    suite.addTest(makeSuite(TestConfiglet)) 
    8585    return suite 
Note: See TracChangeset for help on using the changeset viewer.