Update of /var/cvs/tests/cloudcontext/org/mmbase/security/cloudcontext
In directory
james.mmbase.org:/tmp/cvs-serv20999/org/mmbase/security/cloudcontext
Modified Files:
CloudContext.java
Log Message:
discovered a bug with this. Fixed it too. MMB-1752
See also:
http://cvs.mmbase.org/viewcvs/tests/cloudcontext/org/mmbase/security/cloudcontext
See also: http://www.mmbase.org/jira/browse/MMB-1752
Index: CloudContext.java
===================================================================
RCS file:
/var/cvs/tests/cloudcontext/org/mmbase/security/cloudcontext/CloudContext.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- CloudContext.java 16 Dec 2008 17:27:09 -0000 1.5
+++ CloudContext.java 16 Dec 2008 17:34:43 -0000 1.6
@@ -104,8 +104,7 @@
assertTrue(news.mayChangeContext());
try {
context.setContext("default");
- context.commit();
- fail("Should not have been been allowed to set context of an
mmbasecontext node");
+ fail("Should not have been been allowed to set context of an
mmbasecontext node"); //MMB-1752
} catch (SecurityException se) {
// ok
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs