Skip to content

Commit 7a75fe3

Browse files
author
Aries Yuwono
committed
add
1 parent 93d3ffa commit 7a75fe3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test-complete/nodejs-documents-query-2.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,19 @@ describe('Document query test 2', function(){
238238
}, done);
239239
});
240240

241+
/*it('should do locks fragment', function(done){
242+
db.documents.query(
243+
q.where(
244+
q.locksFragment(q.word('title', 'bush'))
245+
)
246+
).
247+
result(function(response) {
248+
console.log(JSON.stringify(response, null, 2));
249+
//response.length.should.equal(2);
250+
done();
251+
}, done);
252+
});*/
253+
241254
it('should delete all documents', function(done){
242255
dbAdmin.documents.removeAll({
243256
all: true

0 commit comments

Comments
 (0)