[ARVADOS] updated: 580a1125790f020773f4b88d0eeea37bb71e570a
git at public.curoverse.com
git at public.curoverse.com
Thu Dec 4 11:48:01 EST 2014
Summary of changes:
apps/workbench/test/integration/report_issue_test.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 580a1125790f020773f4b88d0eeea37bb71e570a (commit)
from b0001b6d784024885d8b90277e4a9b5a2955a9b4 (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 580a1125790f020773f4b88d0eeea37bb71e570a
Author: Tim Pierce <twp at curoverse.com>
Date: Thu Dec 4 11:47:22 2014 -0500
4465: add trailing /? to regexes
Per code review @ #4465-7
diff --git a/apps/workbench/test/integration/report_issue_test.rb b/apps/workbench/test/integration/report_issue_test.rb
index fcbf4e7..3af7f92 100644
--- a/apps/workbench/test/integration/report_issue_test.rb
+++ b/apps/workbench/test/integration/report_issue_test.rb
@@ -37,8 +37,8 @@ class ReportIssueTest < ActionDispatch::IntegrationTest
assert page.has_no_text?('Describe the problem?'), 'Found text - Describe the problem'
assert page.has_button?('Close'), 'No button - Close'
assert page.has_no_button?('Send problem report'), 'Found button - Send problem report'
- api_version_rgx = %r!^https://github.com/curoverse/arvados/tree/[0-9a-f]+/services/api$!
- wb_version_rgx = %r!^https://github.com/curoverse/arvados/tree/[0-9a-f]+/apps/workbench$!
+ api_version_rgx = %r!^https://github.com/curoverse/arvados/tree/[0-9a-f]+/services/api/?$!
+ wb_version_rgx = %r!^https://github.com/curoverse/arvados/tree/[0-9a-f]+/apps/workbench/?$!
assert_not_empty(all("a").select { |a| a[:href] =~ wb_version_rgx })
assert_not_empty(all("a").select { |a| a[:href] =~ api_version_rgx })
click_button 'Close'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list