[ARVADOS] updated: 4194cec38fc49e57e17461bb8aeb71ac3ab2f8d0

git at public.curoverse.com git at public.curoverse.com
Mon Aug 25 19:50:32 EDT 2014


Summary of changes:
 .../test/integration/application_layout_test.rb    | 64 ++----------------
 .../test/integration/user_manage_account_test.rb   | 76 ++++++++++++++++++++++
 2 files changed, 82 insertions(+), 58 deletions(-)
 create mode 100644 apps/workbench/test/integration/user_manage_account_test.rb

       via  4194cec38fc49e57e17461bb8aeb71ac3ab2f8d0 (commit)
       via  e274983c4fe568dde7c04e1344edeee1951c10a2 (commit)
       via  9115746fba4af52c98f97d76531e2c6ed6f7df1b (commit)
      from  29b8c0c6866f9df583984460e31d8dc4b97b44db (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 4194cec38fc49e57e17461bb8aeb71ac3ab2f8d0
Author: radhika <radhika at curoverse.com>
Date:   Mon Aug 25 19:30:18 2014 -0400

    3620: minor test update

diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb
index b224be0..6ec535b 100644
--- a/apps/workbench/test/integration/application_layout_test.rb
+++ b/apps/workbench/test/integration/application_layout_test.rb
@@ -123,15 +123,14 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
 
       check_help_menu
     end
-  end
-
-  [
-    ['active', api_fixture('users')['active']],
-    ['admin', api_fixture('users')['admin']],
-  ].each do |token, user|
 
     test "test system menu for user #{token}" do
-      visit page_with_token(token)
+      if !token
+        visit ('/')
+      else
+        visit page_with_token(token)
+      end
+
       verify_system_menu user
     end
   end

commit e274983c4fe568dde7c04e1344edeee1951c10a2
Merge: 29b8c0c 9115746
Author: radhika <radhika at curoverse.com>
Date:   Mon Aug 25 19:21:08 2014 -0400

    Merge branch '3112-report-bug' into 3620-admin-only-gear-menu


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list