public function assert404NotFound()
 {
     parent::assert404NotFound();
     $this->assertNull(Mage::registry('current_product'));
 }