[ARVADOS] updated: 1.1.3-80-g2d216d8
Git user
git at public.curoverse.com
Tue Feb 27 11:24:47 EST 2018
Summary of changes:
apps/workbench/test/integration/work_units_test.rb | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
via 2d216d80f51d74c5a9a9d5167fa26a43bbb03d1f (commit)
from 31e3106b0f4b5ec8cd7e251bc6827a64063c1b0c (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 2d216d80f51d74c5a9a9d5167fa26a43bbb03d1f
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Tue Feb 27 11:08:19 2018 -0500
12315: Tidy up test params.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/apps/workbench/test/integration/work_units_test.rb b/apps/workbench/test/integration/work_units_test.rb
index 4dd4495..5f6ef99 100644
--- a/apps/workbench/test/integration/work_units_test.rb
+++ b/apps/workbench/test/integration/work_units_test.rb
@@ -31,9 +31,8 @@ class WorkUnitsTest < ActionDispatch::IntegrationTest
'/jobs/zzzzz-8i9sb-n7omg50bvt0m1nf',
'/container_requests/zzzzz-xvhdp-cr4requestercn2'
]]
- ].each do |expects|
- test "scroll all_processes page with show_children #{expects[0]}" do
- show_children, expected_min, expected_max, expected, not_expected = expects
+ ].each do |show_children, expected_min, expected_max, expected, not_expected|
+ test "scroll all_processes page with show_children=#{show_children}" do
visit page_with_token('active', "/all_processes")
if show_children
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list