We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d6178 commit 6c02011Copy full SHA for 6c02011
spec/www/spec/db-tx-string-test.js
@@ -132,7 +132,8 @@ var mytests = function() {
132
}, MYTIMEOUT);
133
134
it(suiteName + 'Inline US-ASCII String manipulation test with double-quotes in result key', function(done) {
135
- var db = openDatabase('Inline-US-ASCII-string-test-with-null-parameter-list.db');
+ // ref: brodysoft/cordova-sqlite-evcore-extbuild-free#51
136
+ var db = openDatabase('Inline-US-ASCII-string-test-with-double-quotes-in-result-key.db');
137
138
expect(db).toBeDefined();
139
0 commit comments