Skip to content

Commit

Permalink
This code still expects our old-style version strings.
Browse files Browse the repository at this point in the history
Do we still use it all?
  • Loading branch information
yunosh committed Apr 18, 2016
1 parent 4ff8fb2 commit 1007405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/Release/test/Horde/Release/Unit/ReleaseTest.php
Expand Up @@ -92,7 +92,7 @@ public function testNoI18NForFinal()

public function testI18NForPreRelease()
{
$r = $this->_getAnnounceHelper(array('version' => '1.0.0RC1'));
$r = $this->_getAnnounceHelper(array('version' => '1.0-RC1'));
$this->assertContains(
'i18n@lists.horde.org',
$this->_announce($r)
Expand All @@ -119,7 +119,7 @@ public function testSubjectForFinal()

public function testSubjectForPreRelease()
{
$r = $this->_getAnnounceHelper(array('version' => '1.0.0RC1'));
$r = $this->_getAnnounceHelper(array('version' => '1.0-RC1'));
$this->assertNotContains(
'(final)',
$this->_announce($r)
Expand Down

0 comments on commit 1007405

Please sign in to comment.