Skip to content

Commit

Permalink
move test text file to test/res
Browse files Browse the repository at this point in the history
  • Loading branch information
aleafs committed Jun 23, 2012
1 parent 1612bee commit 496957b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,2 +1,2 @@
node_modules
test/output
test/res/output*
4 changes: 2 additions & 2 deletions test/filesplit.test.js
Expand Up @@ -33,8 +33,8 @@ describe('file split', function () {
/* }}} */

it('should_file_split_works_fine', function (done) {
var _input = [__dirname + '/test_input_1.txt', __dirname + '/test_input_2.txt'];
var caller = splitor.create(_input, __dirname + '/output/test_input', {
var _input = [__dirname + '/res/test_input_1.txt', __dirname + '/res/test_input_2.txt'];
var caller = splitor.create(_input, __dirname + '/res/output', {
'EOF' : String.fromCharCode(1),
'bufferSize' : 1024,
'maxLines' : 30,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 496957b

Please sign in to comment.