Fixed BuildServiceTest.

This commit is contained in:
Adirelle 2015-04-21 17:22:26 +02:00
parent f1b53aafed
commit 41e5f0f369

View file

@ -56,7 +56,7 @@ class BuildServiceTest extends \PHPUnit_Framework_TestCase
$this->assertNull($returnValue->getStarted());
$this->assertNull($returnValue->getFinished());
$this->assertNull($returnValue->getLog());
$this->assertEmpty($returnValue->getCommitMessage());
$this->assertEquals(\PHPCI\Helper\Lang::get('manual_build'), $returnValue->getCommitMessage());
$this->assertNull($returnValue->getCommitterEmail());
$this->assertNull($returnValue->getExtra());
$this->assertEquals('master', $returnValue->getBranch());