Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit ce912f6

Browse files
committed
Fix unit tests.
1 parent 19017ee commit ce912f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Main/Base/Test/Project/AddExistingProjectTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public override void FixtureSetUp()
3131
{
3232
base.FixtureSetUp();
3333
SD.Services.AddStrictMockService<IProjectService>();
34+
SD.ProjectService.Stub(p => p.CurrentSolution).Return(null);
3435
SD.ProjectService.Stub(p => p.LoadProject(Arg<ProjectLoadInformation>.Is.Anything)).Do(new Func<ProjectLoadInformation, IProject>(LoadProject));
3536
}
3637

0 commit comments

Comments
 (0)