tests/TestDbOps.js
Opened this issue · 0 comments
Vincenttoolate commented
Hi acloudfan,
Just find a bug and it should be an easy fix.
In tests/TestDbOps.js, line 43,
console.log("Failed to get vacations : %s",criteria)
The varaible "criteria" is undefined. After changing it from "criteria" to "selectCriteria", the following command run without issue.
node .\tests\TestDbOps.js
Cheers,
Vincent