Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
removed useless whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Jul 3, 2014
1 parent 4d89e70 commit d58d8b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions repository/repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ func (s *S) TestGetFileContentWhenFileIsInvalid(c *gocheck.C) {
bare = oldBare
}()
c.Assert(errCreate, gocheck.IsNil)

_, err := GetFileContents(repo, "master", "Such file")
c.Assert(err, gocheck.ErrorMatches, "^Error when trying to obtain file Such file on ref master of repository gandalf-test-repo \\(exit status 128\\)\\.$")
}
Expand Down Expand Up @@ -628,7 +627,6 @@ func (s *S) TestGetTreeIntegrationWithFileNameWithSpace(c *gocheck.C) {
func (s *S) TestGetArchiveIntegrationWhenZip(c *gocheck.C) {
expected := make(map[string]string)
expected["gandalf-test-repo-master/README"] = "much WOW"

oldBare := bare
bare = "/tmp"
repo := "gandalf-test-repo"
Expand Down Expand Up @@ -658,7 +656,6 @@ func (s *S) TestGetArchiveIntegrationWhenZip(c *gocheck.C) {
func (s *S) TestGetArchiveIntegrationWhenTar(c *gocheck.C) {
expected := make(map[string]string)
expected["gandalf-test-repo-master/README"] = "much WOW"

oldBare := bare
bare = "/tmp"
repo := "gandalf-test-repo"
Expand Down Expand Up @@ -697,7 +694,6 @@ func (s *S) TestGetArchiveIntegrationWhenTar(c *gocheck.C) {
func (s *S) TestGetArchiveIntegrationWhenInvalidFormat(c *gocheck.C) {
expected := make(map[string]string)
expected["gandalf-test-repo-master/README"] = "much WOW"

oldBare := bare
bare = "/tmp"
repo := "gandalf-test-repo"
Expand Down

0 comments on commit d58d8b3

Please sign in to comment.