Bug 131845

Summary: DownloadDecideDestinationCrash API test uses an incorrect value for path
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix enrica: review+

Description Alexey Proskuryakov 2014-04-18 10:15:57 PDT
We can't just return an arbitrary string from decideDestinationWithSuggestedFilename, it has to be a valid path.

<rdar://problem/15925560>
Comment 1 Alexey Proskuryakov 2014-04-18 10:17:47 PDT
Created attachment 229651 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2014-04-18 10:34:19 PDT
Committed <http://trac.webkit.org/r167494>. Changed the path to a more descriptive one - this test generates a sandbox violation, so it's good to know where it comes from.