Edgewall Software

Ticket #1942: fx-tkt-test-6879b.patch

File fx-tkt-test-6879b.patch, 663 bytes (added by shoffmann, 6 months ago)

occasionally corrected typo for 2nd regression test related to #6879

  • trac/ticket/tests/functional.py

    # HG changeset patch
    # Parent 5ffda3c2392c73b914c902e4ea0303ee5d462a19
    Fix docstring for 2nd regession test related to #6879.
    
    diff --git a/trac/ticket/tests/functional.py b/trac/ticket/tests/functional.py
    a b  
    13001300 
    13011301class RegressionTestTicket6879b(FunctionalTwillTestCaseSetup): 
    13021302    def runTest(self): 
    1303         """Test for regression of http://trac.edgewall.org/ticket/6879 a 
     1303        """Test for regression of http://trac.edgewall.org/ticket/6879 b 
    13041304 
    13051305        Make sure that previewing a close does not make the available actions 
    13061306        be those for the close status.