[ARVADOS] updated: 33515b84b0689a984c812c8bc3c0cd663baf9b55

git at public.curoverse.com git at public.curoverse.com
Tue Jan 6 13:51:30 EST 2015


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

       via  33515b84b0689a984c812c8bc3c0cd663baf9b55 (commit)
      from  9c1021275fb005bac99b2d4abd96290b7d1aa8c8 (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 33515b84b0689a984c812c8bc3c0cd663baf9b55
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Jan 6 13:52:16 2015 -0500

    3021: Fix assertion broken in 9c10212.

diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index b0dddc7..52819e1 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -327,7 +327,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
       if in_aproject && (user != 'project_viewer')
         assert_text 'A Project'
       else
-        assert_no_text? 'A Project'
+        assert_no_text 'A Project'
       end
     end
   end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list