Actions
Bug #803
openJSAGA ne renvoie pas les exceptions attendues lors d'appels de méthodes après un close
Start date:
07/01/2010
Due date:
% Done:
0%
Estimated time:
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
Updated by Schwarz Lionel about 14 years ago
- 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();
Updated by Schwarz Lionel almost 14 years ago
- Status changed from Assigned to Suspended
Actions