Skip to content

Commit

Permalink
do proper logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
yathit committed Mar 3, 2016
1 parent eff9b18 commit a493731
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/issues/issue_98.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,19 @@ var to_del = [];
// var options = {mechanisms: ['indexeddb']};
var options = {mechanisms: ['websql']};

var setUp = function() {

function setUp() {
ydn.json.POLY_FILL = true;
ydn.debug.log('ydn.db', 'finest');

};
}


var tearDown = function() {
function tearDown() {
var name;
while (name = to_del.pop()) {
ydn.db.deleteDatabase(name, options.mechanisms[0]);
}
};
}


function test_compoundindex() {
Expand Down

0 comments on commit a493731

Please sign in to comment.