Skip to content

Commit 5ead261

Browse files
author
Wolff, Roald (DI FA HMI EE PRC3)
committed
Save project resets IsDirty flag
1 parent 7b52c5f commit 5ead261

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)