Enable DPL::Localization tests
authorTomasz Iwanek <t.iwanek@samsung.com>
Tue, 19 Feb 2013 13:42:24 +0000 (14:42 +0100)
committerGerrit Code Review <gerrit2@kim11>
Wed, 27 Feb 2013 06:27:11 +0000 (15:27 +0900)
commit8ccd2c3d3aaface161dee019b22160d1697264f1
treeeb06fc28517c95a375872558613cf3e2b3a106a9
parent237d0a8db3e70c68d48dda0c4e31ada73e070f19
Enable DPL::Localization tests

[Issue#]       LINUXWRT-132
[Bug]          Localization mockup were broken
[Cause]        N/A
[Solution]     Remvoe mockups, make fake db as in dao tests
[Verification] Run:
  dpl-tests-loc --output=text
  dpl-tests-core --output=text --regexp='StaticBlockInitCheck'

Change-Id: I8986e3138a87440bd3d544c753deaa5066f37754
15 files changed:
modules/core/config.cmake
modules/core/include/dpl/static_block.h [new file with mode: 0644]
modules/widget_dao/include/dpl/wrt-dao-ro/widget_dao_read_only.h
packaging/wrt-commons.spec
tests/CMakeLists.txt
tests/core/CMakeLists.txt
tests/core/test_static_block.cpp [new file with mode: 0644]
tests/files_localization/CMakeLists.txt
tests/files_localization/files/CMakeLists.txt
tests/files_localization/mockup_include/dpl/wrt-dao-ro/common_dao_types.h [deleted file]
tests/files_localization/mockup_include/dpl/wrt-dao-rw/widget_dao.h [deleted file]
tests/files_localization/mockup_src/widget_dao.cpp [deleted file]
tests/files_localization/test_localization.cpp
tests/files_localization/test_suite01.cpp
tests/files_localization/wrt_db_localization_prepare.sh [new file with mode: 0644]