[ARVADOS] updated: 24584338a1937280ac6400f8d5371972185191cd

git at public.curoverse.com git at public.curoverse.com
Wed Mar 25 13:46:51 EDT 2015


Summary of changes:
 services/arv-git-httpd/server_test.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  24584338a1937280ac6400f8d5371972185191cd (commit)
      from  452dace2a30db53753d98baa21905b32aac4b78d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 24584338a1937280ac6400f8d5371972185191cd
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Mar 25 13:48:39 2015 -0400

    5416: Fix overly sensitive error message regexp.

diff --git a/services/arv-git-httpd/server_test.go b/services/arv-git-httpd/server_test.go
index 3971d17..40f0128 100644
--- a/services/arv-git-httpd/server_test.go
+++ b/services/arv-git-httpd/server_test.go
@@ -57,7 +57,7 @@ func (s *IntegrationSuite) TestNonexistent(c *check.C) {
 	// Spectator token
 	os.Setenv("ARVADOS_API_TOKEN", "zw2f4gwx8hw8cjre7yp6v1zylhrhn3m5gvjq73rtpwhmknrybu")
 	err := s.runGit(c, "fetch", "thisrepodoesnotexist.git")
-	c.Assert(err, check.ErrorMatches, `.* not found:.*`)
+	c.Assert(err, check.ErrorMatches, `.* not found.*`)
 }
 
 func (s *IntegrationSuite) TestNoPermission(c *check.C) {
@@ -65,7 +65,7 @@ func (s *IntegrationSuite) TestNoPermission(c *check.C) {
 	os.Setenv("ARVADOS_API_TOKEN", "4kg6k6lzmp9kj4cpkcoxie964cmvjahbt4fod9zru44k4jqdmi")
 	for _, repo := range []string{"foo.git", "foo/.git"} {
 		err := s.runGit(c, "fetch", repo)
-		c.Assert(err, check.ErrorMatches, `.* not found:.*`)
+		c.Assert(err, check.ErrorMatches, `.* not found.*`)
 	}
 }
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list