Moar code

This commit is contained in:
2015-04-05 17:56:27 +02:00
parent 720276325c
commit ff650a5042
2 changed files with 253 additions and 51 deletions
+21 -1
View File
@@ -105,4 +105,24 @@ describe('PDU convertion', function() {
});
});
});
});
/*
describe('Sessions', function() {
it('should try to send submit_sm while not logged in and get a failure return PDU back', function(done) {
});
it('should send a bind_transceiver to a new session and get logged in', function(done) {
});
it('should send a bind_transceiver to a new session with a login-method and fail due to wrong username and password', function(done) {
});
it('should send a bind_transceiver to a new session with a login-method and succeed with correct username and password', function(done) {
});
});
*/