summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/settings/data/unknown_element_config.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add strict and relaxed parsing to Settings class.kh12013-03-261-0/+1
| | | | | | | | | | | * StrictParseMode -> creating binaries and repositories * RelaxedParseMode -> running the installer/updater itself Introduced parse modes to be able to use old settings (existing ones on user systems) with new binaries. Add and adjust autotest. Change-Id: I3f7c7357325661a1197400d8d8dc2a5ca8bed184 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Make loading of config.xml more strictKai Koehne2013-02-131-0/+6
Explicitly check for unknown elements & attributes when loading config.xml. Change-Id: I31e6997b2f7d504e15dd24df2f4ae4005209168f Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>