Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit bb2cd4a

Browse files
mlippertRubenWillems
authored andcommitted
Fix missing defaults for clearcase sourcecontrol properties, in particular the executable
1 parent 43d7640 commit bb2cd4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/core/sourcecontrol/ClearCase.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ public class ClearCase : ProcessSourceControl
120120
/// Initializes a new instance of the <see cref="ClearCase" /> class.
121121
/// </summary>
122122
/// <remarks></remarks>
123-
public ClearCase() : base(new ClearCaseHistoryParser())
123+
public ClearCase()
124+
: this(new ProcessExecutor())
124125
{}
125126

126127
/// <summary>

0 commit comments

Comments
 (0)