[jboss-cvs] jboss-seam/src/test/misc/org/jboss/seam/test ...
Gavin King
gavin.king at jboss.com
Sun Nov 26 22:53:49 EST 2006
User: gavin
Date: 06/11/26 22:53:49
Modified: src/test/misc/org/jboss/seam/test SecurityTest.java
Log:
disable broken security tests
Revision Changes Path
1.9 +3 -3 jboss-seam/src/test/misc/org/jboss/seam/test/SecurityTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SecurityTest.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/test/misc/org/jboss/seam/test/SecurityTest.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- SecurityTest.java 18 Nov 2006 00:38:23 -0000 1.8
+++ SecurityTest.java 27 Nov 2006 03:53:49 -0000 1.9
@@ -25,7 +25,7 @@
public class SecurityTest
{
- @Name("mock")
+ /*@Name("mock")
class MockSecureEntityMethodId {
private Integer id;
public MockSecureEntityMethodId(Integer id) { this.id = id; }
@@ -103,7 +103,7 @@
em.persist(ident);
// And now create some permissions
- /** @todo This step should eventually be done using SeamSecurityManager.grantPermission() */
+ //@todo This step should eventually be done using SeamSecurityManager.grantPermission()
MockAclPermission perm = new MockAclPermission();
perm.setId(1);
perm.setIdentity(ident);
@@ -149,5 +149,5 @@
//catch (SecurityException ex) { }
Lifecycle.endRequest();
- }
+ }*/
}
More information about the jboss-cvs-commits
mailing list