[ARVADOS] updated: 5aeb5892d9784574c3565821a9a42e46673bbbef

git at public.curoverse.com git at public.curoverse.com
Mon Jun 30 10:32:23 EDT 2014


Summary of changes:
 apps/workbench/test/integration/application_layout_test.rb |  8 --------
 services/api/test/fixtures/links.yml                       | 14 --------------
 2 files changed, 22 deletions(-)

       via  5aeb5892d9784574c3565821a9a42e46673bbbef (commit)
      from  bf8e4d7e7d309dc458b28c4a41a7232b4b172fe8 (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 5aeb5892d9784574c3565821a9a42e46673bbbef
Author: radhika <radhika at curoverse.com>
Date:   Mon Jun 30 10:31:26 2014 -0400

    2659: remove the fixture share_the_aproject_with_all_groups so as not to impact this project behavior in other tests. Rely only on the anonymously shared project for testing.

diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb
index 6760d54..f7c365f 100644
--- a/apps/workbench/test/integration/application_layout_test.rb
+++ b/apps/workbench/test/integration/application_layout_test.rb
@@ -52,7 +52,6 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
     end
 
     assert page.has_text? 'Projects shared with me'
-    assert page.has_text? 'A Project'
     assert page.has_text? 'Unrestricted public data'
 
     if user && user['is_active']
@@ -88,13 +87,6 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
       page.has_text? ('Projects shared with me')
     end
 
-    assert page.has_text? 'A Project'
-    find('a', text: 'A Project').click
-    assert page.has_text? ('Test project belonging to active user')
-
-    #find('tr[data-kind="arvados#pipelineInstance"]', text: 'New pipeline instance').
-    #  find('a', text: 'Show').click
-
     if user && !user['is_active']
       within('.navbar-fixed-top') do
         find('a', text: "#{user['email']}").click
diff --git a/services/api/test/fixtures/links.yml b/services/api/test/fixtures/links.yml
index 5911230..e9cb9ef 100644
--- a/services/api/test/fixtures/links.yml
+++ b/services/api/test/fixtures/links.yml
@@ -480,20 +480,6 @@ user_agreement_readable_by_anonymously_accessible_project:
   link_class: permission
   name: can_read
 
-share_the_aproject_with_all_groups:
-  uuid: zzzzz-o0j2j-24gpzezqjg4bc4z
-  owner_uuid: zzzzz-tpzed-000000000000000
-  created_at: 2014-05-30 14:30:00.184389725 Z
-  modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
-  modified_by_user_uuid: zzzzz-tpzed-000000000000000
-  modified_at: 2014-05-30 14:30:00.184019565 Z
-  updated_at: 2014-05-30 14:30:00.183829316 Z
-  link_class: permission
-  name: can_read
-  tail_uuid: zzzzz-j7d0g-anonymouspublic
-  head_uuid: zzzzz-j7d0g-v955i6s2oi1cbso
-  properties: {}
-
 active_user_permission_to_docker_image_collection:
   uuid: zzzzz-o0j2j-dp1d8395ldqw33s
   owner_uuid: zzzzz-tpzed-000000000000000

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list