removing commented code
This commit is contained in:
parent
9dc3e1a66a
commit
9d1015eb69
1 changed files with 2 additions and 33 deletions
|
@ -114,37 +114,6 @@ describe('Test Cases for client: ',
|
||||||
done();
|
done();
|
||||||
},700
|
},700
|
||||||
);
|
);
|
||||||
|
|
||||||
//
|
|
||||||
// retryAttempt--;
|
|
||||||
// if(ipc.of.fakeworld.retriesRemaining < 3){
|
|
||||||
//
|
|
||||||
// expect(retryAttempt).not.toBeLessThan(3);
|
|
||||||
//
|
|
||||||
// ipc.of.fakeworld.on(
|
|
||||||
// 'error',
|
|
||||||
// function(err){
|
|
||||||
// console.log('Error is: ', err);
|
|
||||||
// ipc.disconnect('fakeworld');
|
|
||||||
// }
|
|
||||||
// );
|
|
||||||
// done();
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// );
|
|
||||||
// }
|
|
||||||
// );
|
|
||||||
//
|
|
||||||
// setTimeout(
|
|
||||||
// function(){
|
|
||||||
// expect(retryAttempt).toBe(ipc.of.fakeworld.retriesRemaining);
|
|
||||||
// expect(ipc.of.fakeworld.retriesRemaining).toBe(ipc.config.maxRetries);
|
|
||||||
// expect(ipc.of.fakeworld.socket.destroyed).toBe(true);
|
|
||||||
// done();
|
|
||||||
// },700
|
|
||||||
// );
|
|
||||||
//
|
|
||||||
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -182,7 +151,7 @@ describe('Test Cases for client: ',
|
||||||
'error',
|
'error',
|
||||||
function(err){
|
function(err){
|
||||||
console.log('Error is: ', err); done();
|
console.log('Error is: ', err); done();
|
||||||
// ipc.disconnect('unixServer');
|
ipc.disconnect('unixServer');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -431,7 +400,7 @@ describe('Test Cases for client: ',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// End test cases
|
// End test cases
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue