Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[EFL] Spelling unit tests should use ecore_main_loop_iterate()
https://bugs.webkit.org/show_bug.cgi?id=127427 Patch by Lukasz Bialek <l.bialek@samsung.com> on 2014-02-10 Reviewed by Gyuyoung Kim. r148670 gets rid of EFL's idlers in a favor of timers to load languages. ecore_main_loop_iterate() can be used now. Add function that loads spellchecking languages and waits for loading to be finished: * UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestBase.cpp: (EWK2UnitTest::EWK2UnitTestBase::waitForLanguageLoading): * UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestBase.h: Apply added function to tests that should wait for languages to be loaded: * UIProcess/API/efl/tests/test_ewk2_text_checker.cpp: (EWK2TextCheckerTest::resetCallbacksExecutionStats): (TEST_F): Canonical link: https://commits.webkit.org/146541@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@163779 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
50 additions
and 35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters