[ARVADOS] updated: c204645dfdc08fb9de895280e7afc4f5aa9f4aff

git at public.curoverse.com git at public.curoverse.com
Tue May 6 14:39:18 EDT 2014


Summary of changes:
 .../workbench/test/integration/collections_test.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  c204645dfdc08fb9de895280e7afc4f5aa9f4aff (commit)
      from  01d5f03da039d8ad11a3323906e2416be120cb89 (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 c204645dfdc08fb9de895280e7afc4f5aa9f4aff
Author: Brett Smith <brett at curoverse.com>
Date:   Tue May 6 14:39:57 2014 -0400

    workbench: Fix nofollow regexp for wget test.

diff --git a/apps/workbench/test/integration/collections_test.rb b/apps/workbench/test/integration/collections_test.rb
index c0dcc96..4387a46 100644
--- a/apps/workbench/test/integration/collections_test.rb
+++ b/apps/workbench/test/integration/collections_test.rb
@@ -45,7 +45,7 @@ class CollectionsTest < ActionDispatch::IntegrationTest
     visit "/collections/#{uuid}?#{q_string}"
     # It seems that Capybara can't inspect tags outside the body, so this is
     # a very blunt approach.
-    assert_no_match(/\bnofollow\b/i, page.html,
+    assert_no_match(/<\s*meta[^>]+\bnofollow\b/i, page.html,
                     "wget prohibited from recursing the collection page")
     # TODO: When we can test against a Keep server, actually click the link
     # and check the contents, rather than testing the href directly

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list