diff options
author | Adrian Negreanu <groleo@gmail.com> | 2014-01-28 22:58:43 (GMT) |
---|---|---|
committer | Adrian Negreanu <adrian.m.negreanu@intel.com> | 2014-02-01 20:14:45 (GMT) |
commit | 733aaaa073a92a316ba888b6992f1172550dd469 (patch) | |
tree | c52715bb65870694b3efceab0d8f4986d893e8e1 /testing/Makefile | |
parent | 6f38dd245d56aaa9b6c8e966a4ccebe2f66ceb7d (diff) | |
download | Doxygen-733aaaa073a92a316ba888b6992f1172550dd469.zip Doxygen-733aaaa073a92a316ba888b6992f1172550dd469.tar.gz Doxygen-733aaaa073a92a316ba888b6992f1172550dd469.tar.bz2 |
testsqlite3: a test for sqlite3gen
This verifies the 'memberdef' table against the generated XMLs.
It accomplishes this by executing a sql query, constructed by iterating
through the children and attributes of the memberdef XML element.
The information translated from xml to sql, is then removed from the DOM,
and the unprocessed bits are printed as warning messages.
usage:
testing/testsqlite3.py -d /.../doxygen_sqlite3.db -x /.../xml/test__x11_8cpp.xml
output:
WARNING: 'location' has unprocessed attr 'bodyend'
WARNING: 'memberdef' has unprocessed child elem 'briefdescription'
WARNING: 'memberdef' has unprocessed child elem 'detaileddescription'
WARNING: 'memberdef' has unprocessed child elem 'inbodydescription'
WARNING: 'memberdef' has unprocessed child elem 'location'
WARNING: 'memberdef' has unprocessed attr 'kind'
WARNING: 'memberdef' has unprocessed attr 'prot'
WARNING: 'memberdef' has unprocessed attr 'static'
WARNING: 'memberdef' has unprocessed attr 'id'
Diffstat (limited to 'testing/Makefile')
0 files changed, 0 insertions, 0 deletions