Bug 31845

Summary: queries_unittest.py should test command output
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Eric Seidel (no email) 2009-11-24 12:07:49 PST
queries_unittest.py should test command output

Right now we only test to make sure that the commands can be executed w/o throwing an exception.  Lets test to make sure the commands actually output as expected too.
Comment 1 Eric Seidel (no email) 2009-11-24 12:14:38 PST
Created attachment 43797 [details]
Patch
Comment 2 Adam Barth 2009-11-24 13:43:13 PST
Comment on attachment 43797 [details]
Patch

This is great!  We'll eventually want to factor that functionality in a base class so other tests can make use of it, but we can cross that bridge when we come to it.
Comment 3 WebKit Commit Bot 2009-11-24 15:19:35 PST
Comment on attachment 43797 [details]
Patch

Clearing flags on attachment: 43797

Committed r51362: <http://trac.webkit.org/changeset/51362>
Comment 4 WebKit Commit Bot 2009-11-24 15:19:40 PST
All reviewed patches have been landed.  Closing bug.