[Webkit-unassigned] [Bug 52936] New: nrwt: add a network wrapper object so we can mock out network fetches for the json_* routines and test them better

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 21 15:49:20 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52936

           Summary: nrwt: add a network wrapper object so we can mock out
                    network fetches for the json_* routines and test them
                    better
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dpranke at chromium.org


We should create a network wrapper object (like we have for the filesystem now) add pass that to objects that need to fetch things over the net, like the json_results* classes (and rebaseline-chromium-webkit-tests). That'll speed up unit testing and make it more reliable, as well as allow us to get better coverage of the code.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list