Skip to content

Commit

Permalink
Fix tests - account for git output / behavior changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Mar 21, 2013
1 parent 9b4c554 commit 65c854b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions test/classes/phing/tasks/ext/GitTasks/GitLogTaskTest.php
Expand Up @@ -147,9 +147,6 @@ public function testGitWithMostParams()
$this->assertNotInLogs($commit['commit']);
$this->assertNotInLogs($commit['msg']);
}

$this->assertInLogs('0 files changed');

}

public function testGitOutputPropertySet()
Expand Down
2 changes: 1 addition & 1 deletion test/etc/tasks/ext/git/GitCheckoutTaskTest.xml
Expand Up @@ -64,7 +64,7 @@
targetPath="${tmp.dir.resolved}" />
<gitcheckout
repository="${tmp.dir.resolved}"
branchname="co-create-branch" quiet="true"
branchname="co-create-branch" quiet="false"
create="true"
startpoint="origin/master" />
<!-- get back to master branch -->
Expand Down

0 comments on commit 65c854b

Please sign in to comment.