Add generic XML parser + tests. 98/39298/9
authorMaciej J. Karpiuk <m.karpiuk2@samsung.com>
Wed, 6 May 2015 13:20:41 +0000 (15:20 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 19 May 2015 14:04:45 +0000 (07:04 -0700)
commit82f657827c1c162b72e454784daf92103ed315a4
tree547913e6d179aede9a848a17dcab5c7eda5e482a
parent68ef1034badf1554b572989f42bf0d9dbd53d95f
Add generic XML parser + tests.

Change-Id: I44494b0e3034cb0e6e258bc9b8da8cadb5e2be70
packaging/key-manager.spec
src/CMakeLists.txt
src/manager/initial-values/parser.cpp [new file with mode: 0644]
src/manager/initial-values/parser.h [new file with mode: 0644]
tests/CMakeLists.txt
tests/XML_1_okay.xml [new file with mode: 0644]
tests/XML_1_okay.xsd [new file with mode: 0644]
tests/XML_1_wrong.xml [new file with mode: 0644]
tests/XML_1_wrong.xsd [new file with mode: 0644]
tests/XML_2_structure.xml [new file with mode: 0644]
tests/test_xml-parser.cpp [new file with mode: 0644]