Changeset 2383

Show
Ignore:
Timestamp:
02/15/06 09:46:45 (3 years ago)
Author:
jmorliaguet
Message:

- we embed a signature in each request to be able to identify the corresponding

response.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/latency/cpsskins_latency.pt

    r2382 r2383  
    5353      var model = CPSSkins.getModelById(model_id); 
    5454      $R(1,20).each(function(v) { 
    55         model.setData({'storage': storage, 'position': v}); 
     55        model.setData({'storage': storage, 'position': v, 's': v}); 
    5656      }); 
    5757    } 
     
    108108  {"id": "stack-sequence", 
    109109   "data": { 
    110      "position": 0 
     110     "position": 0, 
     111     "s": 0 
    111112   }, 
    112113   "storage": { 
    113114     "type": "remote", 
    114115     "access": { 
    115        "type": "stack" 
     116       "type": "stack", 
     117       "signature": "s" 
    116118     }, 
    117119     "accessors": { 
     
    124126  {"id": "queue-sequence", 
    125127   "data": { 
    126      "position": 0 
     128     "position": 0, 
     129     "s": 0 
    127130   }, 
    128131   "storage": { 
    129132     "type": "remote", 
    130133     "access": { 
    131        "type": "queue" 
     134       "type": "queue", 
     135       "signature": "s" 
    132136     }, 
    133137     "accessors": {