Project

General

Profile

« Previous | Next » 

Revision 92fc67cf

Added by koszko over 1 year ago

change store names and data keys to singular

View differences:

test/unit/test_patterns_query_manager.py
105 105

  
106 106
            return [{}, initial_blocking];
107 107
        }
108
        haketilodb.track.settings = function (cb) {
108
        haketilodb.track.setting = function (cb) {
109 109
            settingchange = cb;
110 110

  
111 111
            return [{}, [{name: "default_allow", value: true}]];
......
271 271
    execute_in_page(load_script('common/indexeddb.js'))
272 272

  
273 273
    sample_data = {
274
        'mappings': dict([(sm['identifier'], {'1.0': sm})
275
                          for sm in sample_mappings]),
276
        'resources': {},
277
        'files': {}
274
        'mapping': dict([(sm['identifier'], {'1.0': sm})
275
                         for sm in sample_mappings]),
276
        'resource': {},
277
        'file': {}
278 278
    }
279 279
    execute_in_page('returnval(save_items(arguments[0]));', sample_data)
280 280

  

Also available in: Unified diff