Replaced line that had mysteriously been deleted before commit. Commit ready for merge. Sorry for the noise.
- Legacy-Id: 14882
This commit is contained in:
parent
e09a28cad2
commit
4a7cdf26d3
|
@ -33,3 +33,4 @@ class DraftTests(TestCase):
|
|||
with closing(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