[ARVADOS] updated: 1.1.3-25-g66b3d10
Git user
git at public.curoverse.com
Tue Feb 13 11:20:15 EST 2018
Summary of changes:
apps/workbench/test/controllers/container_requests_controller_test.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 66b3d102b0ce68a893e5a49ea5f3bb3b9952f6ef (commit)
from 34513cb0f3f880e3e91655446fdea2590ed0a579 (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 66b3d102b0ce68a893e5a49ea5f3bb3b9952f6ef
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Tue Feb 13 13:19:47 2018 -0300
13023: Fixes related tests.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/apps/workbench/test/controllers/container_requests_controller_test.rb b/apps/workbench/test/controllers/container_requests_controller_test.rb
index 261169c..89e1506 100644
--- a/apps/workbench/test/controllers/container_requests_controller_test.rb
+++ b/apps/workbench/test/controllers/container_requests_controller_test.rb
@@ -17,7 +17,7 @@ class ContainerRequestsControllerTest < ActionController::TestCase
assert_select "a", {:href=>"/collections/#{container['log']}", :text=>"Download the log"}
assert_select "a", {:href=>"#{container['log']}/baz"}
- assert_not_includes @response.body, '<div id="event_log_div"'
+ assert_not_includes @response.body, '<pre id="event_log_div"'
end
test "visit running container request log tab" do
@@ -30,7 +30,7 @@ class ContainerRequestsControllerTest < ActionController::TestCase
get :show, {id: cr['uuid'], tab_pane: 'Log'}, session_for(:active)
assert_response :success
- assert_includes @response.body, '<div id="event_log_div"'
+ assert_includes @response.body, '<pre id="event_log_div"'
assert_select 'Download the log', false
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list