Skip to content

Commit b0b41dc

Browse files
committed
refactor: remove redundant SvnItemInfoTests class and its associated tests
1 parent c87b206 commit b0b41dc

2 files changed

Lines changed: 0 additions & 58 deletions

File tree

tests/SVNPathCopy.Tests/RegistryConfigurationServiceTests.cs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,6 @@ namespace SVNPathCopy.Tests;
88
[TestFixture]
99
public class RegistryConfigurationServiceTests
1010
{
11-
[Test]
12-
public void GetSettings_WhenNoRegistryKey_ReturnsDefaults()
13-
{
14-
// This test verifies default behavior
15-
// In a real scenario, you'd mock the registry or use a test registry key
16-
17-
// Arrange
18-
var service = new RegistryConfigurationService();
19-
20-
// Act
21-
SvnPathCopySettings settings = service.GetSettings();
22-
23-
// Assert
24-
settings.ShouldNotBeNull();
25-
// Default values are expected when no registry key exists
26-
}
2711

2812
[Test]
2913
public void SvnPathCopySettings_DefaultValues_AreCorrect()

tests/SVNPathCopy.Tests/SvnItemInfoTests.cs

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)