Changeset 125369 in webkit


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

[EFL][UT] Delete shutdown method.
https://bugs.webkit.org/show_bug.cgi?id=90785

Patch by Krzysztof Czech <k.czech@samsung.com> on 2012-08-12
Reviewed by Eric Seidel.

EWKTestBase class already has a shutdownAll method that can be used instead of shutdown.

  • tests/UnitTestUtils/EWKTestBase.cpp:
  • tests/UnitTestUtils/EWKTestBase.h:

(EWKTestBase):

Location:
trunk/Source/WebKit/efl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/efl/ChangeLog

    r125258 r125369  
     12012-08-12  Krzysztof Czech  <k.czech@samsung.com>
     2
     3        [EFL][UT] Delete shutdown method.
     4        https://bugs.webkit.org/show_bug.cgi?id=90785
     5
     6        Reviewed by Eric Seidel.
     7
     8        EWKTestBase class already has a shutdownAll method that can be used instead of shutdown.
     9
     10        * tests/UnitTestUtils/EWKTestBase.cpp:
     11        * tests/UnitTestUtils/EWKTestBase.h:
     12        (EWKTestBase):
     13
    1142012-08-09  Carlos Garcia Campos  <cgarcia@igalia.com>
    215
  • trunk/Source/WebKit/efl/tests/UnitTestUtils/EWKTestBase.cpp

    r121608 r125369  
    4848
    4949    return ret;
    50 }
    51 
    52 void EWKTestBase::shutdown()
    53 {
    54     ecore_evas_shutdown();
    55     edje_shutdown();
    56     ewk_shutdown();
    5750}
    5851
  • trunk/Source/WebKit/efl/tests/UnitTestUtils/EWKTestBase.h

    r122102 r125369  
    5555public:
    5656    static bool init();
    57     static void shutdown();
    5857    static void shutdownAll();
    5958    static void startTest();
Note: See TracChangeset for help on using the changeset viewer.