Changeset 167494 in webkit


Ignore:
Timestamp:
Apr 18, 2014 10:32:34 AM (10 years ago)
Author:
ap@apple.com
Message:

DownloadDecideDestinationCrash API test uses an incorrect value for path
https://bugs.webkit.org/show_bug.cgi?id=131845
<rdar://problem/15925560>

Reviewed by Enrica Casucci.

  • TestWebKitAPI/Tests/WebKit2/DownloadDecideDestinationCrash.cpp:

(TestWebKitAPI::decideDestinationWithSuggestedFilename):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r167491 r167494  
     12014-04-18  Alexey Proskuryakov  <ap@apple.com>
     2
     3        DownloadDecideDestinationCrash API test uses an incorrect value for path
     4        https://bugs.webkit.org/show_bug.cgi?id=131845
     5        <rdar://problem/15925560>
     6
     7        Reviewed by Enrica Casucci.
     8
     9        * TestWebKitAPI/Tests/WebKit2/DownloadDecideDestinationCrash.cpp:
     10        (TestWebKitAPI::decideDestinationWithSuggestedFilename):
     11
    1122014-04-17  Alexey Proskuryakov  <ap@apple.com>
    213
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2/DownloadDecideDestinationCrash.cpp

    r160104 r167494  
    4242    didDecideDestination = true;
    4343    WKDownloadCancel(download);
    44     return Util::toWK("does not matter").leakRef();
     44    return Util::toWK("/tmp/WebKitAPITest/DownloadDecideDestinationCrash").leakRef();
    4545}
    4646
Note: See TracChangeset for help on using the changeset viewer.