Closed Bug 713291 Opened 12 years ago Closed 12 years ago

finalize statement in test_migration_to_6.js

Categories

(Toolkit :: Downloads API, defect)

12 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla12

People

(Reporter: espindola, Assigned: espindola)

References

Details

Attachments

(1 file)

      No description provided.
Comment on attachment 584115 [details] [diff] [review]
finalize statement in test_migration_to_6.js

Review of attachment 584115 [details] [diff] [review]:
-----------------------------------------------------------------

::: toolkit/components/downloads/test/schema_migration/test_migration_to_6.js
@@ +73,5 @@
>    do_check_true(stmt.getIsNull(8));
>    do_check_eq(0, stmt.getInt64(9));
>    do_check_eq(-1, stmt.getInt64(10));
>    stmt.reset();
> +  stmt.finalize();

The reset() call is useless and can be removed since we finalize it.
Attachment #584115 - Flags: review?(mak77) → review+
https://hg.mozilla.org/mozilla-central/rev/b48de56f7d11
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
You need to log in before you can comment on or make changes to this bug.