soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Add test case for an application with two AccessControlHandlers #275

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an IAML model instance with two Roles and two Sessions
2. Put an AccessControlHandler in each Session for each Role
3. Try to generate the code for the IAML model instances

What is the expected output? What do you see instead?
Expected: Two ACHs can be used in a web application
Actual: Two 'logout successful' Frames are generated, causing some constraints 
to fail.

These failing constraints have been resolved in r3031, but a test case should 
be designed to automatically test this scenario in the future.

Original issue reported on code.google.com by soundasleep on 25 Jul 2011 at 8:42

GoogleCodeExporter commented 9 years ago
mass tagging old issues to future work

Original comment by soundasleep on 26 Sep 2011 at 9:54