Skip to content

Commit 6c02011

Browse files
author
Christopher J. Brody
committed
double-quotes in result key test fixes
ref: storesafe/cordova-sqlite-evcore-extbuild-free#51
1 parent 02d6178 commit 6c02011

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/www/spec/db-tx-string-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ var mytests = function() {
132132
}, MYTIMEOUT);
133133

134134
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');
135+
// ref: brodysoft/cordova-sqlite-evcore-extbuild-free#51
136+
var db = openDatabase('Inline-US-ASCII-string-test-with-double-quotes-in-result-key.db');
136137

137138
expect(db).toBeDefined();
138139

0 commit comments

Comments
 (0)