Skip to content

Commit

Permalink
Remove invalid DeploymentItems
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Svensson committed Aug 26, 2022
1 parent 723120a commit 1e73dea
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public void InMemoryTraceListenerConstructorTest()
///A test for GetEntries
///</summary>
[TestMethod()]
[DeploymentItem("OpenRiaServices.Hosting.Endpoint.dll")]
public void GetEntriesTest()
{
XElement[] actual;
Expand Down Expand Up @@ -82,7 +81,6 @@ public void GetEntriesTest()
///A test for MaxEntries
///</summary>
[TestMethod()]
[DeploymentItem("OpenRiaServices.Hosting.Endpoint.dll")]
public void MaxEntriesTest()
{
InMemoryTraceListener.MaxEntries = 500;
Expand Down

0 comments on commit 1e73dea

Please sign in to comment.