Skip to content

Commit 4ea07f0

Browse files
authored
Merge pull request #1405 from TestCentric/issue-1404
Save project resets IsDirty flag
2 parents 7b52c5f + 5ead261 commit 4ea07f0

File tree

3 files changed

+526
-0
lines changed

3 files changed

+526
-0
lines changed

src/GuiRunner/TestModel.Tests/CreateNewProjectTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ public void NewProject_IsNotDirty()
120120
Assert.That(project.IsDirty, Is.False);
121121
}
122122

123+
[Test]
123124
public void NewProjectIsNotDirtyAfterSaving()
124125
{
125126
var project = new TestCentricProject(_model, new[] { "dummy.dll" });

0 commit comments

Comments
 (0)