Added a test for the pdf2txt tool.

This commit is contained in:
Andrew Hamilton 2016-02-10 00:47:16 +00:00
parent 9e291a2200
commit 36a09288fa
3 changed files with 7 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,3 @@
Cover Page

View file

@ -164,6 +164,10 @@ class ToolsTestCase(unittest.TestCase):
(tools.nm, "libieee.a", tools.Status.normal),
(tools.nm, "libpcprofile.so", tools.Status.normal)])
def test_pdf2txt(self):
self._sub_tests([
(tools.pdf2txt, "standard.pdf", tools.Status.normal)])
def test_html_syntax(self):
self._sub_tests([
(tools.html_syntax, "hi.html", tools.Status.problem)])