Skip to content

Commit

Permalink
test: without list
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasmpw committed Aug 17, 2023
1 parent 20fdf75 commit f6262b2
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions test/test_binding.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,65 +245,65 @@ assert.doesNotThrow(
"testGetFileStore threw an expection"
);
console.log("");
// assert.doesNotThrow(
// testListFileStore,
// undefined,
// "testListFileStore threw an expection"
// );
console.log("");
assert.doesNotThrow(
testListFileStore,
testRemoveFileStore,
undefined,
"testListFileStore threw an expection"
"testRemoveFileStore threw an expection"
);
console.log("");
assert.doesNotThrow(
testRemoveFileStore,
testSetUnencryptedFileStore,
undefined,
"testRemoveFileStore threw an expection"
"testSetUnencryptedFileStore threw an expection"
);
console.log("");
// assert.doesNotThrow(
// testSetUnencryptedFileStore,
// undefined,
// "testSetUnencryptedFileStore threw an expection"
// );
// console.log("");
// assert.doesNotThrow(
// testGetUnencryptedFileStore,
// undefined,
// "testGetUnencryptedFileStore threw an expection"
// );
// console.log("");
// assert.doesNotThrow(
// testListUnencryptedFileStore,
// undefined,
// "testListUnencryptedFileStore threw an expection"
// );
// console.log("");
// assert.doesNotThrow(
// testRemoveUnencryptedFileStore,
// undefined,
// "testRemoveUnencryptedFileStore threw an expection"
// );
// console.log("");
// assert.doesNotThrow(
// testSetMemoryStore,
// undefined,
// "testSetMemoryStore threw an expection"
// );
// console.log("");
// assert.doesNotThrow(
// testGetMemoryStore,
// undefined,
// "testGetMemoryStore threw an expection"
// );
// console.log("");
// assert.doesNotThrow(
// testListMemoryStore,
// undefined,
// "testListMemoryStore threw an expection"
// );
// console.log("");
// assert.doesNotThrow(
// testRemoveMemoryStore,
// undefined,
// "testRemoveMemoryStore threw an expection"
// );
assert.doesNotThrow(
testGetUnencryptedFileStore,
undefined,
"testGetUnencryptedFileStore threw an expection"
);
console.log("");
assert.doesNotThrow(
testListUnencryptedFileStore,
undefined,
"testListUnencryptedFileStore threw an expection"
);
console.log("");
assert.doesNotThrow(
testRemoveUnencryptedFileStore,
undefined,
"testRemoveUnencryptedFileStore threw an expection"
);
console.log("");
assert.doesNotThrow(
testSetMemoryStore,
undefined,
"testSetMemoryStore threw an expection"
);
console.log("");
assert.doesNotThrow(
testGetMemoryStore,
undefined,
"testGetMemoryStore threw an expection"
);
console.log("");
assert.doesNotThrow(
testListMemoryStore,
undefined,
"testListMemoryStore threw an expection"
);
console.log("");
assert.doesNotThrow(
testRemoveMemoryStore,
undefined,
"testRemoveMemoryStore threw an expection"
);
console.log("");

console.log("Tests passed- everything looks OK!");

0 comments on commit f6262b2

Please sign in to comment.