Mark UnitPublishingTest as a test.

This commit is contained in:
cahrens
2014-07-15 17:37:26 -04:00
parent d223e5ba7f
commit 20782f04e5

View File

@@ -375,6 +375,8 @@ class UnitPublishingTest(ContainerBase):
"""
Tests of the publishing control and related widgets on the Unit page.
"""
__test__ = True
PUBLISHED_STATUS = "Publishing Status\nPublished"
DRAFT_STATUS = "Publishing Status\nDraft (Unpublished changes)"