Line 108:
Line 108:
testIterator('equipmentById', { from = '11', to = '20' })
testIterator('equipmentById', { from = '11', to = '20' })
testIterator('equipmentByType', { type = '2' })
testIterator('equipmentByType', { type = '2' })
+
testIterator('equipmentByType', { type = '1', sort = '_icon' })
testIterator('equipmentByTypeAndIcon', { type = '1', icon = '16' })
testIterator('equipmentByTypeAndIcon', { type = '1', icon = '16' })
testIterator('equipmentBy', { pred = 'is_large_caliber_main_gun', sort = '_type' })
testIterator('equipmentBy', { pred = 'is_large_caliber_main_gun', sort = '_type' })