equal
deleted
inserted
replaced
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 |