[ARVADOS] updated: dea28585b81280c259ec4620f89fde957d272ca4

git at public.curoverse.com git at public.curoverse.com
Wed Jan 7 11:40:45 EST 2015


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

       via  dea28585b81280c259ec4620f89fde957d272ca4 (commit)
      from  76ab57bbe5363cce5ecc2585f9ad5a4bcff21e0d (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 dea28585b81280c259ec4620f89fde957d272ca4
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Jan 7 10:01:32 2015 -0500

    3021: Add random part to magic string.

diff --git a/apps/workbench/test/integration_helper.rb b/apps/workbench/test/integration_helper.rb
index f430e84..5ef3100 100644
--- a/apps/workbench/test/integration_helper.rb
+++ b/apps/workbench/test/integration_helper.rb
@@ -29,7 +29,7 @@ module AssertDomEvent
   # Yield the supplied block, then wait for an event to arrive at a
   # DOM element.
   def assert_triggers_dom_event events, target='body'
-    magic = 'RXC0lObcVwEXwSvA'
+    magic = 'RXC0lObcVwEXwSvA-' + rand(2**20).to_s(36)
     page.evaluate_script <<eos
       $('#{target}').one('#{events}', function() {
         $('body').append('<div id="#{magic}"></div>');

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list