$this->assertTrue($found&&isset($found->language)&&isset($found->translation)&&!$found->isNew(),'Translation found searching by source and context.');
$this->assertEqual($found->translation,$translate1[$langcode]->translation,'Found the right translation.');
$this->assertTrue($found&&isset($found->language)&&isset($found->translation)&&!$found->isNew(),'Translation not found searching by source and context.');