server/src/tests/Libraries/Mergers/CocoonSoundRdfMergerTest.php
changeset 504 4ab820b387da
parent 170 31bee084df32
child 526 cdaf9dfb5dfd
equal deleted inserted replaced
503:bd2701bd8142 504:4ab820b387da
   317                 $this->assertNotEmpty($outputValuesStr, "we must found some values to test $prop");
   317                 $this->assertNotEmpty($outputValuesStr, "we must found some values to test $prop");
   318             }
   318             }
   319         }
   319         }
   320     }
   320     }
   321 
   321 
   322         /**
   322     /**
   323     * Test one to one mapping spatial info
   323      * Test one to one mapping spatial info
   324     *
   324      *
   325     * @return void
   325      * @return void
   326     */
   326      */
   327 
   327 
   328     public function testProvidedCHOSpatialMore() {
   328     public function testProvidedCHOSpatialMore() {
   329         $merger = new CocoonSoundRdfMerger();
   329         $merger = new CocoonSoundRdfMerger();
   330         $this->resGraph['MORE_SPATIAL_NOTES'] = $merger->mergeGraph($this->inputGraphes['BASE'], $this->inputGraphes['SOURCE_MORE_SPATIAL_NOTES']);
   330         $this->resGraph['MORE_SPATIAL_NOTES'] = $merger->mergeGraph($this->inputGraphes['BASE'], $this->inputGraphes['SOURCE_MORE_SPATIAL_NOTES']);
   331 
   331