*
*/
public void notYetTestChangeUser() {
final boolean[] exceptionCatched = new boolean[1];
final Store store = new MemoryStoreImpl();
Subject subject = new Subject();
System.setSecurityManager(new SecurityManager());
try {
Subject.doAsPrivileged(subject, new PrivilegedExceptionAction() {
public Object run() throws Exception {
Source source = new SourceImpl("http://example.org/graph-source");
Subject subject2 = new Subject();
try {
Subject.doAsPrivileged(null, new PrivilegedExceptionAction() {
public Object run() throws Exception {
Source source = new SourceImpl("http://example.org/graph-source");
try {