mirror of
https://github.com/moparisthebest/PhoneGap-SQLitePlugin-Android
synced 2024-11-13 12:35:09 -05:00
Reproduce issue #18 on Android in test-www
This commit is contained in:
parent
6c3d286727
commit
406017ce80
@ -42,7 +42,8 @@
|
||||
console.log("insertId: " + res.insertId + " -- probably 1");
|
||||
console.log("rowsAffected: " + res.rowsAffected + " -- should be 1");
|
||||
|
||||
equal(res.rowsAffected, 1, "res rows affected");
|
||||
ok(!!res.insertId, "Valid res.insertId"); /* reproduce issue #18 on Android */
|
||||
equal(res.rowsAffected, 1, "res rows affected"); /* broken in Android version */
|
||||
|
||||
db.transaction(function(tx) {
|
||||
start(1);
|
||||
|
Loading…
Reference in New Issue
Block a user