Guillermo Espinoza 7 年 前
コミット
519794e5d9
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/CablemodemBundle/tests/CMTSRESTControllerTest.php

+ 3 - 3
src/CablemodemBundle/tests/CMTSRESTControllerTest.php

@@ -114,7 +114,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
                 'tenancyId' => $this->obtainData('tenancyId'),
                 'tenancyId' => $this->obtainData('tenancyId'),
             ];
             ];
         }
         }
-        
+
         $this->getClient()->request('GET', $uri . $this->generateFilters($data));
         $this->getClient()->request('GET', $uri . $this->generateFilters($data));
 
 
         return $this->getClient()->getResponse();
         return $this->getClient()->getResponse();
@@ -142,7 +142,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
     public function testPOST()
     public function testPOST()
     {
     {
         // inicializo con los datos del webservicemock
         // inicializo con los datos del webservicemock
-        $this->initDefault($this->obtainDataWebService());
+        // $this->initDefault($this->obtainDataWebService());
         // seteo los datos del listener
         // seteo los datos del listener
         $this->setListener();
         $this->setListener();
         // hago la inserccion llamando al servicio por post
         // hago la inserccion llamando al servicio por post
@@ -182,7 +182,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
         // busco el id
         // busco el id
         $id = $this->getProperty($response, 'id');
         $id = $this->getProperty($response, 'id');
         // inicializo con los datos del webservicemock
         // inicializo con los datos del webservicemock
-        $this->initDefault($this->obtainDataWebService());
+        // $this->initDefault($this->obtainDataWebService());
         // seteo los datos del listener
         // seteo los datos del listener
         $this->setListener();
         $this->setListener();
         // creo el nuevo set de datos a enviar.
         // creo el nuevo set de datos a enviar.