Bug #803
open
JSAGA ne renvoie pas les exceptions attendues lors d'appels de méthodes après un close
Added by Devémy Julien almost 15 years ago.
Updated about 13 years ago.
Description
Par exemple :
- IncorrectState not raised après le close d'un NSEntry
- NoSuccess not raised après le close d'une Session
python spec/test/namespace_unittest.py TestNSEntry.testClose TestNSEntry.testCloseAsync
python spec/test/session_unittest.py TestSession.testClose
- Status changed from New to Assigned
- Assigned To changed from Reynaud Sylvain to Schwarz Lionel
La spec n'indique pas que les méthodes addContext(), listContexts()... doivent jeter l'exception NoSuccess si la session est fermée
/**
* Retrieves all contexts attached to the session. An empty array is
* returned if no context is attached. The contexts in the returned list
* are deep copies of the session's context.
*
* @return
* a list of contexts.
*/
public Context[] listContexts();
- Status changed from Assigned to Suspended
Also available in: Atom
PDF