public void LogEventDoesNothing()
 {
     NullSecurityManager manager = new NullSecurityManager();
     manager.LogEvent("A project", "A user", SecurityEvent.ForceBuild, SecurityRight.Allow, "A message");
 }
Example #2
0
        public void LogEventDoesNothing()
        {
            NullSecurityManager manager = new NullSecurityManager();

            manager.LogEvent("A project", "A user", SecurityEvent.ForceBuild, SecurityRight.Allow, "A message");
        }