function testShouldGetSelectionPart()
 {
     $vehicle = $this->createMMY('Honda', 'Civic', '2000');
     $block = new Elite_Vaflogo_Block_Logo();
     $this->setRequestParams($vehicle->toValueArray());
     $this->assertEquals('Honda', $block->selectionPart(), 'should get selection part from selection');
 }