Turn on useNativeTypes.

This commit is contained in:
Dave Longley 2013-06-07 12:06:23 -04:00
parent f775f8ceda
commit b4c2f11910
1 changed files with 2 additions and 1 deletions

View File

@ -389,7 +389,8 @@ class TestRunner {
// read test input files
$type = $test->{'@type'};
$options = array(
'base' => 'http://json-ld.org/test-suite/tests/' . $test->input);
'base' => 'http://json-ld.org/test-suite/tests/' . $test->input,
'useNativeTypes' => true);
$pass = false;
try {