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:
Robert Sparks 2018-03-20 21:14:46 +00:00
parent e09a28cad2
commit 4a7cdf26d3

View file

@ -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)