Skip to content

Commit

Permalink
Implement AbstractLevelDOWN chained batch tests.
Browse files Browse the repository at this point in the history
Closes #56.
  • Loading branch information
flatheadmill committed Jan 11, 2014
1 parent 42d919e commit 9dfaa8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ to build other databases.
* Change `_lastTransactionId` to `_version`. #68.
* Re-implement open using extracted libraries. #67.
* Implement AbstractLevelDOWN batch tests. #57.
* Implement AbstractLevelDOWN chained batch tests. #56.
* Implement AbstractLevelDOWN close tests. #55.
* Implement AbstractLevelDOWN del tests. #54.
* Implement AbstractLevelDOWN iterator tests. #53.
Expand Down
3 changes: 3 additions & 0 deletions t/abstract/chained-batch.t.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require('./harness')('chained-batch', 'all')

0 comments on commit 9dfaa8b

Please sign in to comment.