|
@@ -141,7 +141,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
|
|
|
*/
|
|
|
public function testPOST()
|
|
|
{
|
|
|
- // $this->initDefault($this->obtainDataWebService());
|
|
|
+ $this->initDefault($this->obtainDataWebService());
|
|
|
|
|
|
// seteo los datos del listener
|
|
|
$this->setListener();
|
|
@@ -183,7 +183,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
|
|
|
$id = $this->getProperty($response, 'id');
|
|
|
|
|
|
// inicializo con los datos del webservicemock
|
|
|
- // $this->initDefault($this->obtainDataWebService());
|
|
|
+ $this->initDefault($this->obtainDataWebService());
|
|
|
|
|
|
// seteo los datos del listener
|
|
|
$this->setListener();
|