Enable two tests that were not running because of typos in the test name. Thanks to Jennifer for spotting the typos.
- Legacy-Id: 18819
This commit is contained in:
parent
6697a131cc
commit
42bd8f5a41
|
@ -373,10 +373,10 @@ class SubmitTests(TestCase):
|
|||
def test_submit_new_wg_txt(self):
|
||||
self.submit_new_wg(["txt"])
|
||||
|
||||
def text_submit_new_wg_xml(self):
|
||||
def test_submit_new_wg_xml(self):
|
||||
self.submit_new_wg(["xml"])
|
||||
|
||||
def text_submit_new_wg_txt_xml(self):
|
||||
def test_submit_new_wg_txt_xml(self):
|
||||
self.submit_new_wg(["txt", "xml"])
|
||||
|
||||
def test_submit_new_wg_as_author(self):
|
||||
|
|
Loading…
Reference in a new issue