function testRender2()
 {
     $paint = new Elite_Vafpaint_Model_Paint('123', 'Artic Ice Blue', self::COLOR);
     $html = $paint->render();
     $html = explode("\n", $html);
     $this->assertEquals("<br />Artic Ice Blue (123)", $html[1]);
 }