- Timestamp:
- Oct 24, 2011, 2:21:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/unittest/rdfa_parse_sparql/unittest.php
r70 r71 92 92 93 93 // let the parse method execute the query to 94 $r dfdata= $this->rdfaData->parse( $query);95 $this->assertEquals( ($r dfdata!== false), true);94 $result = $this->rdfaData->parse( $query); 95 $this->assertEquals( ($result !== false), true); 96 96 97 97 $aSubject = $this->rdfaData->getSubjects();
Note:
See TracChangeset
for help on using the changeset viewer.