[ARVADOS] updated: aa923c951ff68e7131628c449b5e2f8a74e2a21e

git at public.curoverse.com git at public.curoverse.com
Mon Aug 11 15:10:12 EDT 2014


Summary of changes:
 apps/workbench/test/integration/pipeline_instances_test.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

  discards  9389aa1647945c32bb45e20726b47ff66c298826 (commit)
       via  aa923c951ff68e7131628c449b5e2f8a74e2a21e (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (9389aa1647945c32bb45e20726b47ff66c298826)
            \
             N -- N -- N (aa923c951ff68e7131628c449b5e2f8a74e2a21e)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 aa923c951ff68e7131628c449b5e2f8a74e2a21e
Author: Tom Clegg <tom at curoverse.com>
Date:   Mon Aug 11 15:07:22 2014 -0400

    3489: Add test for correct dropdown text.

diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index 0a6c340..a27aff1 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -117,6 +117,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
       click
 
     within('.modal-dialog') do
+      assert_selector 'button.dropdown-toggle', text: 'A Project'
       first('span', text: 'foo_tag').click
       find('button', text: 'OK').click
     end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list