Skip to content

Commit

Permalink
Corrected test data in the unit tests for statements.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/rdfrb/trunk@39 581c2db1-bd1c-4451-8d2a-08a47a0b6355
  • Loading branch information
artob committed Nov 7, 2007
1 parent d8d1d85 commit a5a07e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_statements.rb
Expand Up @@ -4,9 +4,9 @@ class TestStatements < Test::Unit::TestCase
include RDF

CONTEXT = URIRef.new("file://#{File.expand_path(__FILE__)}")
SUBJECT = URIRef.new("")
SUBJECT = URIRef.new('http://rubyforge.org/projects/rdfrb/')
PREDICATE = RDF::Namespaces::DOAP.name
OBJECT = ""
OBJECT = 'RDF.rb'
TRIPLE = [SUBJECT, PREDICATE, OBJECT]
QUAD = TRIPLE + [{ :context => CONTEXT }]
HASH = { SUBJECT => { PREDICATE => OBJECT } }
Expand Down

0 comments on commit a5a07e4

Please sign in to comment.