Skip to content

Commit

Permalink
double-quotes in result key test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Dec 3, 2019
1 parent 02d6178 commit 6c02011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/www/spec/db-tx-string-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ var mytests = function() {
}, MYTIMEOUT);

it(suiteName + 'Inline US-ASCII String manipulation test with double-quotes in result key', function(done) {
var db = openDatabase('Inline-US-ASCII-string-test-with-null-parameter-list.db');
// ref: brodysoft/cordova-sqlite-evcore-extbuild-free#51
var db = openDatabase('Inline-US-ASCII-string-test-with-double-quotes-in-result-key.db');

expect(db).toBeDefined();

Expand Down

0 comments on commit 6c02011

Please sign in to comment.