зеркало из https://github.com/mozilla/pjs.git
Bug 713284 - finalize statement in test_migration_to_2.js. r=mak.
This commit is contained in:
Родитель
80104ec5b2
Коммит
53813f804e
|
@ -74,7 +74,7 @@ function run_test()
|
||||||
do_check_eq(1180493839859230, stmt.getInt64(3));
|
do_check_eq(1180493839859230, stmt.getInt64(3));
|
||||||
do_check_eq(1180493839859230, stmt.getInt64(4));
|
do_check_eq(1180493839859230, stmt.getInt64(4));
|
||||||
do_check_eq(1, stmt.getInt32(5));
|
do_check_eq(1, stmt.getInt32(5));
|
||||||
stmt.reset();
|
stmt.finalize();
|
||||||
|
|
||||||
cleanup();
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче