Bug 23655 - Clean up storage layout tests a bit
Summary: Clean up storage layout tests a bit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Dimitri Glazkov (Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-30 14:11 PST by Dimitri Glazkov (Google)
Modified: 2009-02-04 14:53 PST (History)
0 users

See Also:


Attachments
v1 submitted for review (6.05 KB, patch)
2009-01-30 14:12 PST, Dimitri Glazkov (Google)
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2009-01-30 14:11:18 PST
Just some minor style fixups and one place where the transaction error callback had wrong params.
Comment 1 Dimitri Glazkov (Google) 2009-01-30 14:12:52 PST
Created attachment 27194 [details]
v1 submitted for review

 LayoutTests/ChangeLog                              |   16 ++++++++++++++++
 LayoutTests/storage/close-during-stress-test.html  |    3 ++-
 LayoutTests/storage/empty-statement.html           |    3 ++-
 LayoutTests/storage/execute-sql-args.html          |    3 ++-
 LayoutTests/storage/quota-tracking.html            |    3 ++-
 LayoutTests/storage/success-callback.html          |    5 +++--
 .../transaction-callback-exception-crash.html      |   20 ++++++++++++++++++++
 .../transaction-callback-exception-crash.txt       |    2 ++
 ...ansaction_callback_exception_crash-expected.txt |    2 --
 .../transaction_callback_exception_crash.html      |   20 --------------------
 10 files changed, 49 insertions(+), 28 deletions(-)
Comment 2 Dimitri Glazkov (Google) 2009-02-04 14:53:16 PST
Landed in trac.webkit.org/changeset/40632.