Skip to content

Commit

Permalink
FIX: tag prefix used instead hotfix prefix in
Browse files Browse the repository at this point in the history
TwgitHotfixTest::testRemove_ThrowExceptionWhenExtraCommitIntoStableWithP.
#114
  • Loading branch information
geoffroy-aubry committed Oct 21, 2013
1 parent 2675ae3 commit 250ef0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TwgitHotfixTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ public function testRemove_ThrowExceptionWhenExtraCommitIntoStableWithPrefixes (
"Local 'stable' branch is ahead of 'origin/stable'! Commits on 'stable' are out of process."
. " Try: git checkout stable && git reset origin/stable"
);
$sMsg = $this->_localExec(TWGIT_EXEC . ' hotfix remove v1.2.4');
$this->assertContains("assume tag was 1.2.4 instead of v1.2.4", $sMsg);
$sMsg = $this->_localExec(TWGIT_EXEC . ' hotfix remove hotfix-1.2.4');
$this->assertContains("assume tag was 1.2.4 instead of hotfix-1.2.4", $sMsg);
}

/**
Expand Down

0 comments on commit 250ef0a

Please sign in to comment.