Guillermo Espinoza 7 سال پیش
والد
کامیت
778f8ae1bb
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/CablemodemBundle/tests/CMTSRESTControllerTest.php

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

@@ -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();