[ARVADOS] updated: 8f2cb724f85d77a3ef7365d6a2a4feba58e6f0f9

git at public.curoverse.com git at public.curoverse.com
Sat Jul 26 17:23:47 EDT 2014


Summary of changes:
 apps/workbench/test/integration/smoke_test.rb | 3 +++
 1 file changed, 3 insertions(+)

       via  8f2cb724f85d77a3ef7365d6a2a4feba58e6f0f9 (commit)
      from  4898ba78d5cc0783a319f0742bb8bc0b4c15d7be (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 8f2cb724f85d77a3ef7365d6a2a4feba58e6f0f9
Author: Tom Clegg <tom at curoverse.com>
Date:   Sat Jul 26 17:23:42 2014 -0400

    3235: Skip data-remote links in smoke test. They might not know format=html.

diff --git a/apps/workbench/test/integration/smoke_test.rb b/apps/workbench/test/integration/smoke_test.rb
index efaea00..1e33370 100644
--- a/apps/workbench/test/integration/smoke_test.rb
+++ b/apps/workbench/test/integration/smoke_test.rb
@@ -16,6 +16,9 @@ class SmokeTest < ActionDispatch::IntegrationTest
     all(find_spec + ' a').collect { |tag|
       if tag[:href].nil? or tag[:href].empty? or (tag.text !~ text_regexp)
         nil
+      elsif tag[:'data-remote']
+        # these don't necessarily work with format=html
+        nil
       else
         url = URI(tag[:href])
         url.host.nil? ? url.path : nil

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list