Project

General

Profile

Actions

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.

Status:
Suspended
Priority:
Low
Assigned To:
Category:
engine
Target version:
-
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

Actions #1

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();

Actions #2

Updated by Schwarz Lionel almost 14 years ago

  • Status changed from Assigned to Suspended
Actions #3

Updated by Reynaud Sylvain about 13 years ago

  • Category set to engine
Actions

Also available in: Atom PDF