Skip to content

Commit 78b9837

Browse files
committed
Added testcase for #557 (comment)
1 parent b53c706 commit 78b9837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitVersionCore.Tests/VersionCalculation/Strategies/MergeMessageBaseVersionStrategyTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Another commit message
8585
[TestCase(@"Merge branch 'develop' of http://10.0.6.3/gitblit/r/... into develop")]
8686
[TestCase(@"Merge branch 'master' of http://172.16.3.10:8082/r/asu_tk/p_sd")]
8787
[TestCase(@"Merge branch 'master' of http://212.248.89.56:8082/r/asu_tk/p_sd")]
88+
[TestCase(@"Merge branch 'DEMO' of http://10.10.10.121/gitlab/mtolland/orcid into DEMO")]
8889
public void MergeMessagesThatIsNotRelatedToGitVersion(string commitMessage)
8990
{
9091

0 commit comments

Comments
 (0)