You've already forked linux-packaging-mono
Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
@ -387,9 +387,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
|
||||
[Test]
|
||||
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
|
||||
[ExpectedException (typeof (SecurityException))]
|
||||
#if ONLY_1_1
|
||||
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
|
||||
#endif
|
||||
public void FromDom_Deny_Environment ()
|
||||
{
|
||||
CodeCompilerTest cc = new CodeCompilerTest ();
|
||||
@ -428,9 +425,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
|
||||
[Test]
|
||||
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
|
||||
[ExpectedException (typeof (SecurityException))]
|
||||
#if ONLY_1_1
|
||||
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
|
||||
#endif
|
||||
public void FromDomBatch_Deny_Environment ()
|
||||
{
|
||||
CodeCompilerTest cc = new CodeCompilerTest ();
|
||||
@ -469,9 +463,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
|
||||
[Test]
|
||||
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
|
||||
[ExpectedException (typeof (SecurityException))]
|
||||
#if ONLY_1_1
|
||||
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
|
||||
#endif
|
||||
public void FromFile_Deny_Environment ()
|
||||
{
|
||||
CodeCompilerTest cc = new CodeCompilerTest ();
|
||||
@ -510,9 +501,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
|
||||
[Test]
|
||||
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
|
||||
[ExpectedException (typeof (SecurityException))]
|
||||
#if ONLY_1_1
|
||||
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
|
||||
#endif
|
||||
public void FromFileBatch_Deny_Environment ()
|
||||
{
|
||||
CodeCompilerTest cc = new CodeCompilerTest ();
|
||||
@ -551,9 +539,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
|
||||
[Test]
|
||||
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
|
||||
[ExpectedException (typeof (SecurityException))]
|
||||
#if ONLY_1_1
|
||||
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
|
||||
#endif
|
||||
public void FromSource_Deny_Environment ()
|
||||
{
|
||||
CodeCompilerTest cc = new CodeCompilerTest ();
|
||||
@ -592,9 +577,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
|
||||
[Test]
|
||||
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
|
||||
[ExpectedException (typeof (SecurityException))]
|
||||
#if ONLY_1_1
|
||||
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
|
||||
#endif
|
||||
public void FromSourceBatch_Deny_Environment ()
|
||||
{
|
||||
CodeCompilerTest cc = new CodeCompilerTest ();
|
||||
@ -618,9 +600,6 @@ namespace MonoCasTests.System.CodeDom.Compiler {
|
||||
[Test]
|
||||
[EnvironmentPermission (SecurityAction.Deny, Unrestricted = true)]
|
||||
[ExpectedException (typeof (SecurityException))]
|
||||
#if ONLY_1_1
|
||||
[Category ("NotDotNet")] // MS doesn't check for Environment under 1.x
|
||||
#endif
|
||||
public void GetResponseFileCmdArgs_Deny_Environment ()
|
||||
{
|
||||
CodeCompilerTest cc = new CodeCompilerTest ();
|
||||
|
Reference in New Issue
Block a user