Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit 52be9df

Browse files
fix tests
1 parent 1947733 commit 52be9df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Machine.Specifications.Runner.Utility.Specs/AppDomainRunnerSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static string GetPath(string path)
6161
public class when_running_an_assembly_that_does_not_use_mspec : running_specs
6262
{
6363
static Exception Exception;
64-
readonly static string SpecAssembly = GetPath(@"Issue146-NoMSpecDll\Example.Issue146-NoMSpecDll.dll");
64+
readonly static string SpecAssembly = GetPath(@"Example.Issue146-NoMSpecDll.dll");
6565

6666
Because of = () => runner.RunAssembly(new AssemblyPath(Assembly.LoadFrom(SpecAssembly).Location));
6767

Machine.Specifications.Runner.Utility.Specs/Machine.Specifications.Runner.Utility.Specs.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@
77

88
<ItemGroup>
99
<PackageReference Include="FluentAssertions" Version="5.5.3" />
10+
<PackageReference Include="Machine.Specifications" Version="0.12.0" />
1011
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
1112
<PackageReference Include="Machine.Specifications.Runner.VisualStudio" Version="2.7.0" />
1213
</ItemGroup>
1314

1415
<ItemGroup>
16+
<ProjectReference Include="..\Example.BindingFailure.Ref\Example.BindingFailure.Ref.csproj" />
17+
<ProjectReference Include="..\Example.BindingFailure\Example.BindingFailure.csproj" />
1518
<ProjectReference Include="..\Example.CleanupFailure\Example.CleanupFailure.csproj" />
1619
<ProjectReference Include="..\Example.CustomDelegates\Example.CustomDelegates.csproj" />
20+
<ProjectReference Include="..\Example.Issue146-NoMSpecDll\Example.Issue146-NoMSpecDll.csproj" />
1721
<ProjectReference Include="..\Example.Random\Example.Random.csproj" />
1822
<ProjectReference Include="..\Example\Example.csproj" />
1923
<ProjectReference Include="..\Machine.Specifications.Runner.Utility\Machine.Specifications.Runner.Utility.csproj" />

0 commit comments

Comments
 (0)