def __init__(self, *args, **kwargs):
super().__init__(__file__, '', *args, **kwargs)
+ @unittest.skipUnless(LooseVersion(doxygen_version()) > LooseVersion("1.8.13"),
+ "needs to have file extension exposed in the XML")
def test(self):
self.run_dox2html5(index_pages=[], wildcard='*.xml')
+
self.assertEqual(*self.actual_expected_contents('path-prefix_2CMakeLists_8txt-example.html'))
self.assertEqual(*self.actual_expected_contents('path-prefix_2configure_8h_8cmake-example.html'))
self.assertEqual(*self.actual_expected_contents('path-prefix_2main_8cpp-example.html'))