# 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
|
|
| 1300 | 1300 | |
| 1301 | 1301 | class RegressionTestTicket6879b(FunctionalTwillTestCaseSetup): |
| 1302 | 1302 | 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 |
| 1304 | 1304 | |
| 1305 | 1305 | Make sure that previewing a close does not make the available actions |
| 1306 | 1306 | be those for the close status. |