Changeset 126019 in webkit


Ignore:
Timestamp:
Aug 20, 2012 4:52:26 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL][WK2] Add unit tests for WKEinaSharedString
https://bugs.webkit.org/show_bug.cgi?id=94104

Patch by Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> on 2012-08-20
Reviewed by Kenneth Rohde Christiansen.

Added unit tests for WKEinaSharedString class.

  • PlatformEfl.cmake:
  • UIProcess/API/efl/tests/test_ewk2_eina_shared_string.cpp: Added.

(checkString):
(TEST_F):

Location:
trunk/Source/WebKit2
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r126017 r126019  
     12012-08-20  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
     2
     3        [EFL][WK2] Add unit tests for WKEinaSharedString
     4        https://bugs.webkit.org/show_bug.cgi?id=94104
     5
     6        Reviewed by Kenneth Rohde Christiansen.
     7
     8        Added unit tests for WKEinaSharedString class.
     9
     10        * PlatformEfl.cmake:
     11        * UIProcess/API/efl/tests/test_ewk2_eina_shared_string.cpp: Added.
     12        (checkString):
     13        (TEST_F):
     14
    1152012-08-20  Carlos Garcia Campos  <cgarcia@igalia.com>
    216
  • trunk/Source/WebKit2/PlatformEfl.cmake

    r125905 r126019  
    270270    test_ewk2_cookie_manager
    271271    test_ewk2_download_job
     272    test_ewk2_eina_shared_string
    272273    test_ewk2_intents
    273274    test_ewk2_view
Note: See TracChangeset for help on using the changeset viewer.