Utilize extracted i18n db in LanguageSubtagRstTree.
authorZbigniew Kostrzewa <z.kostrzewa@samsung.com>
Fri, 19 Jul 2013 07:49:17 +0000 (09:49 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 24 Jul 2013 05:20:28 +0000 (05:20 +0000)
commit46e90ca889a55db5d5d6b14c54dac14b85ae4392
treece3f6da80a8e27e662ee99b586391a59af81d10b
parent33d16649952775d0c8496e626424cd3065322cd5
Utilize extracted i18n db in LanguageSubtagRstTree.

[Issue#] N/A
[Problem] iana_records table, on which LanguageSubtagRstTree relies,
has been extracted into a separate DB
[Cause] N/A
[Solution] utilize new DB (replace references from GlobalDAOReadOnly to
I18nDAOReadOnly)
[SCMRequest] Depends on: https://review.tizendev.org/82091
[Verification]
1. Build repository
2. Run command
  `wrt-installer-tests-general --output=text`
  Pay attention espaecially to test cases ValidateLanguageTag_Invalid
  and ValidateLanguageTag_Valid; however, run whole test suite.

Change-Id: Ie6d82b26e8effc0d62eaaba0701c122e50172154
packaging/wrt-installer.spec
src/wrt-installer/CMakeLists.txt
src/wrt-installer/language_subtag_rst_tree.cpp
tests/general/CMakeLists.txt
tests/general/LanguageSubtagRstTreeTests.cpp [new file with mode: 0644]