Merged in [14882] from rjsparks@nostrum.com:
Replaced line that had mysteriously been deleted before commit. Sorry for the noise.
- Legacy-Id: 14905
Note: SVN reference [14882] has been migrated to Git commit 4a7cdf26d3
This commit is contained in:
commit
ec6424c9c4
|
@ -360,3 +360,4 @@ class DraftTests(TestCase):
|
|||
with open(filename,'w') as file:
|
||||
file.write(self.draft.text)
|
||||
self.assertEqual(getmeta(filename)['docdeststatus'],'Informational')
|
||||
shutil.rmtree(tempdir)
|
||||
|
|
Loading…
Reference in a new issue