Revision 8240edb6
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
t/controllers/helpers/parse_filter.t | ||
---|---|---|
35 | 35 |
name => 'Test', |
36 | 36 |
whut => 'moof', |
37 | 37 |
}, { |
38 |
query => [ %{{
|
|
38 |
query => bag(
|
|
39 | 39 |
name => 'Test', |
40 | 40 |
whut => 'moof' |
41 |
}} ],
|
|
41 |
),
|
|
42 | 42 |
}, 'basic test'; |
43 | 43 |
|
44 | 44 |
test { |
... | ... | |
96 | 96 |
}, |
97 | 97 |
}, |
98 | 98 |
}, { |
99 |
'query' => [ %{{
|
|
99 |
'query' => bag(
|
|
100 | 100 |
'invoice.customer.name' => 'test', |
101 | 101 |
'customer.name' => 'test', |
102 |
}} ],
|
|
102 |
),
|
|
103 | 103 |
'with_objects' => bag( 'invoice.customer', 'customer', 'invoice' ) |
104 | 104 |
}, 'object in more than one relationship'; |
105 | 105 |
|
Auch abrufbar als: Unified diff
parse_filter.t auf perl5.18 angepasst