# 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/trac/ticket/tests/functional.py
+++ b/trac/ticket/tests/functional.py
@@ -1300,7 +1300,7 @@
 
 class RegressionTestTicket6879b(FunctionalTwillTestCaseSetup):
     def runTest(self):
-        """Test for regression of http://trac.edgewall.org/ticket/6879 a
+        """Test for regression of http://trac.edgewall.org/ticket/6879 b
 
         Make sure that previewing a close does not make the available actions
         be those for the close status.

