Attached is a patch (against r1126) for
com.google.jstestdriver.server.handlers.HomeHandler which re-formats the list
of captured browsers into a simple HTML table for readability. On our test
system the unformatted list was getting rather unwieldy. HomeHandlerTest is
updated for the new expected HTML response.
Also modified are CapturedBrowsers and SlaveBrowser to sort the list of
browsers by name then version number. Someone will likely want to check my
logic in SlaveBrowser's compareTo method but it appears to work in practice.
Original issue reported on code.google.com by thomas.k...@gmail.com on 19 Jan 2012 at 8:27
Original issue reported on code.google.com by
thomas.k...@gmail.com
on 19 Jan 2012 at 8:27Attachments: