PartiallyTested (Some additional partial trust testing)
This change makes some existing tests run under partial trust. The tests include simple end-to-end scenarios and also code generation unit tests. Also, one legacy test that is no longer valid is removed--the serialization of an exception over an app domain boundary in partial trust depends how the test runner sets up the app domain on its side and so is an unreliable test.
Also, fixed partial trust fixture to dispose test classes when done.
Iteration III: Removed non-inling attributes that should no longer be needed because having a trust boundary between the assemblies is no longer something we need to protect against. See CodePlex 230.
↧