Bug 160660

Summary: Update API tests in mac/SetDocumentURI.mm after r204247
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, cdumez, commit-queue, darin, dbates, rniwa, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 160649    
Attachments:
Description Flags
Patch none

Description Ryan Haddad 2016-08-08 09:26:25 PDT
https://build.webkit.org/builders/Apple%20Yosemite%20Release%20WK1%20%28Tests%29/builds/16963/steps/run-api-tests/logs/stdio

FAIL WebKit1.SetDocumentURITestNull

/Volumes/Data/slave/yosemite-release/build/Tools/TestWebKitAPI/Tests/mac/SetDocumentURI.mm:118
Value of: [document baseURI]
  Actual: "about:blank"
Expected: @""
Which is: ""

FAIL WebKit1.SetDocumentURITestString

/Volumes/Data/slave/yosemite-release/build/Tools/TestWebKitAPI/Tests/mac/SetDocumentURI.mm:101
Value of: [document baseURI]
  Actual: "about:blank"
Expected: @""
Which is: ""
Comment 1 Ryan Haddad 2016-08-08 09:27:11 PDT
Tests started failing after http://trac.webkit.org/changeset/204247 changed the baseURI to "about:blank"
Comment 2 Chris Dumez 2016-08-08 09:40:33 PDT
Oh, I'll fix, thanks.
Comment 3 Chris Dumez 2016-08-08 09:43:00 PDT
Created attachment 285568 [details]
Patch
Comment 4 WebKit Commit Bot 2016-08-08 10:25:44 PDT
Comment on attachment 285568 [details]
Patch

Clearing flags on attachment: 285568

Committed r204256: <http://trac.webkit.org/changeset/204256>
Comment 5 WebKit Commit Bot 2016-08-08 10:25:49 PDT
All reviewed patches have been landed.  Closing bug.