[ARVADOS] updated: 3bfb9c5cbf5dd56b84fd17f9e1dcdd6a219fe5fe
git at public.curoverse.com
git at public.curoverse.com
Wed Aug 19 09:20:34 EDT 2015
Summary of changes:
.../test/integration/application_layout_test.rb | 4 +-
backports/python-llfuse/fpm-info.sh | 10 +++++
backports/python-pycurl/fpm-info.sh | 8 ++++
.../install-crunch-dispatch.html.textile.liquid | 48 ++++++++++++----------
docker/workbench/application.yml.in | 3 +-
sdk/pam/MANIFEST.in | 1 +
sdk/pam/examples/etc_pam.d_arvados-pam-test | 3 --
.../{etc_pam.d_shellinabox => shellinabox} | 6 ++-
sdk/pam/fpm-info.sh | 2 -
sdk/pam/pam-configs/arvados | 4 +-
sdk/pam/setup.py | 5 ++-
sdk/python/arvados/commands/arv_copy.py | 5 ++-
sdk/python/fpm-info.sh | 8 ++++
13 files changed, 71 insertions(+), 36 deletions(-)
create mode 100644 backports/python-llfuse/fpm-info.sh
create mode 100644 backports/python-pycurl/fpm-info.sh
delete mode 100644 sdk/pam/examples/etc_pam.d_arvados-pam-test
rename sdk/pam/examples/{etc_pam.d_shellinabox => shellinabox} (74%)
create mode 100644 sdk/python/fpm-info.sh
via 3bfb9c5cbf5dd56b84fd17f9e1dcdd6a219fe5fe (commit)
via 7ba5211a4228bcf01f679157d23dd99a9f0bbcd8 (commit)
via dac77d5d53bb56054b91ba2ed223a49da08848f8 (commit)
via 45fcd8aeec29e7e3b86415811f2cf2a5beb82a54 (commit)
via d929be450d1886ac04d7c2c98cd16eb44f468413 (commit)
via 73aca60f271fb8217204e7659e45889b4678f33c (commit)
via 75bbb895da9e69439da97de8e10266930616b708 (commit)
via 1f0466a3493bd4a04d4164925c0255c28ad0f937 (commit)
via 3401991df49ba927ac4b1fe47c6e3b7ad1d26883 (commit)
via 050be075a74dee5247346f1485505366b2fb7a51 (commit)
via 80213c8143ff102b99aa63ac4de6576269524b28 (commit)
via 73dcc98470b85c6b2a0aef5c0f7fb9f599e4391a (commit)
via d1131e5f3d4d0d7bcfdfca3451404d6b856a6eb8 (commit)
from 84d14d659b8c31c266a3b08e688171f90fe46cad (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 3bfb9c5cbf5dd56b84fd17f9e1dcdd6a219fe5fe
Author: Manoj <jonam33 at gmail.com>
Date: Wed Aug 19 09:19:40 2015 -0400
6652: Added assertion and changed assertion to use assert_text instead
of page.has_text?.
diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb
index 429e811..ba36220 100644
--- a/apps/workbench/test/integration/application_layout_test.rb
+++ b/apps/workbench/test/integration/application_layout_test.rb
@@ -240,10 +240,12 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
if add_button_text
assert_selector 'button', text: "Add a new #{add_button_text}"
find('button', text: "Add a new #{add_button_text}").click
+ else
+ assert_no_selector 'button', text:"Add a new"
end
# look for unique property in the current page
- assert page.has_text? look_for
+ assert_text look_for
end
end
end
commit 7ba5211a4228bcf01f679157d23dd99a9f0bbcd8
Merge: 84d14d6 dac77d5
Author: Manoj <jonam33 at gmail.com>
Date: Wed Aug 19 09:15:18 2015 -0400
Merge branch 'master' into 6652-test-system-menu
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list