[ARVADOS] updated: 0adcabd351108e83b630e27c48ce85f2b3cb3e14

git at public.curoverse.com git at public.curoverse.com
Sun Nov 16 21:29:39 EST 2014


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

       via  0adcabd351108e83b630e27c48ce85f2b3cb3e14 (commit)
      from  e0f4747a2b24af68b474bb2da12e8799440c9acc (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 0adcabd351108e83b630e27c48ce85f2b3cb3e14
Author: radhika <radhika at curoverse.com>
Date:   Sun Nov 16 21:28:47 2014 -0500

    4024: update test assert

diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index 1b8fce6..17d8cda 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -406,7 +406,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
       found_count = found_items.count
       if expected_min == expected_max
         assert_equal(true, found_count == expected_min,
-          "Not found expected number of items. Expected at least #{expected_min} and found #{found_count}")
+          "Not found expected number of items. Expected #{expected_min} and found #{found_count}")
         assert page.has_no_text? 'request failed'
       else
         assert_equal(true, found_count>=expected_min,

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list