Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrekle committed Jan 6, 2011
2 parents 3493eb3 + c68d5ac commit f32a45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Erfurt/Syntax/RdfParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function testParseWithUrlAndRdfXml()
public function testParseWithUrlAndN3()
{
$this->_object->initializeWithFormat('ttl');
$url = 'http://ontowiki.googlecode.com/hg/erfurt/tests/resources/syntax/valid/conferences.ttl';
$url = 'http://erfurt.ontowiki.googlecode.com/hg/tests/resources/syntax/valid/conferences.ttl';


$result1 = $this->_object->parse($url, Erfurt_Syntax_RdfParser::LOCATOR_URL);
Expand All @@ -53,7 +53,7 @@ public function testParseWithUrlAndN3()
public function testParseWithUrlAndRdfJson()
{
$this->_object->initializeWithFormat('rdfjson');
$url = 'http://ontowiki.googlecode.com/hg/erfurt/tests/resources/syntax/valid/conferences.json';
$url = 'http://erfurt.ontowiki.googlecode.com/hg/tests/resources/syntax/valid/conferences.json';


$result1 = $this->_object->parse($url, Erfurt_Syntax_RdfParser::LOCATOR_URL);
Expand Down

0 comments on commit f32a45d

Please sign in to comment.