From 2162877c177a3e41f8fe79bb3a234479ec066993 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 14 Jan 2010 06:31:45 +0000 Subject: #642122 by scor and Stefan Freudenberg: Allow for RDFa datatype attribute without callback function. --- modules/rdf/tests/rdf_test.module | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'modules/rdf/tests') diff --git a/modules/rdf/tests/rdf_test.module b/modules/rdf/tests/rdf_test.module index 46144951b..dedd2fd80 100644 --- a/modules/rdf/tests/rdf_test.module +++ b/modules/rdf/tests/rdf_test.module @@ -26,10 +26,23 @@ function rdf_test_rdf_mapping() { ), 'uid' => array( 'predicates' => array('sioc:has_creator', 'dc:creator'), + 'type' => 'rel', ), 'foobar' => array( 'predicates' => array('foo:bar'), ), + 'foobar1' => array( + 'datatype' => 'foo:bar1type', + 'predicates' => array('foo:bar1'), + ), + 'foobar_objproperty1' => array( + 'predicates' => array('sioc:has_creator', 'dc:creator'), + 'type' => 'rel', + ), + 'foobar_objproperty2' => array( + 'predicates' => array('sioc:reply_of'), + 'type' => 'rev', + ), ), ), array( -- cgit v1.2.3