[IMP] prefix searchview tests for easy filtering

bzr revid: xmo@openerp.com-20130213072557-er5xl9xcj17mhuqe
This commit is contained in:
Xavier Morel 2013-02-13 08:25:57 +01:00
parent ead19a73b2
commit f690a9310c
1 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
openerp.testing.section('query', {
openerp.testing.section('search.query', {
dependencies: ['web.search']
}, function (test) {
test('Adding a facet to the query creates a facet and a value', function (instance) {
@ -180,7 +180,7 @@ var makeSearchView = function (instance, dummy_widget_attributes, defaults) {
});
return view;
};
openerp.testing.section('defaults', {
openerp.testing.section('search.defaults', {
dependencies: ['web.search'],
rpc: 'mock',
templates: true,
@ -331,7 +331,7 @@ openerp.testing.section('defaults', {
});
});
});
openerp.testing.section('completions', {
openerp.testing.section('search.completions', {
dependencies: ['web.search'],
rpc: 'mock',
templates: true
@ -564,7 +564,7 @@ openerp.testing.section('completions', {
});
});
});
openerp.testing.section('search-serialization', {
openerp.testing.section('search.serialization', {
dependencies: ['web.search'],
rpc: 'mock',
templates: true
@ -871,7 +871,7 @@ openerp.testing.section('search-serialization', {
return $.when(t1, t2);
});
});
openerp.testing.section('removal', {
openerp.testing.section('search.removal', {
dependencies: ['web.search'],
rpc: 'mock',
templates: true
@ -894,7 +894,7 @@ openerp.testing.section('removal', {
});
});
});
openerp.testing.section('drawer', {
openerp.testing.section('search.drawer', {
dependencies: ['web.search'],
rpc: 'mock',
templates: true
@ -910,7 +910,7 @@ openerp.testing.section('drawer', {
});
});
});
openerp.testing.section('filters', {
openerp.testing.section('search.filters', {
dependencies: ['web.search'],
rpc: 'mock',
templates: true,
@ -995,7 +995,7 @@ openerp.testing.section('filters', {
});
});
});
openerp.testing.section('saved_filters', {
openerp.testing.section('search.filters.saved', {
dependencies: ['web.search'],
rpc: 'mock',
templates: true
@ -1077,7 +1077,7 @@ openerp.testing.section('saved_filters', {
});
});
});
openerp.testing.section('advanced', {
openerp.testing.section('search.advanced', {
dependencies: ['web.search'],
rpc: 'mock',
templates: true