From ae3d5603d62c9cc0cab2b1a57514f7c66f4409fe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Jan 2017 19:43:16 -0500 Subject: Fix missing prefix in test report output --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index c5bd9ada..3f6d63e3 100644 --- a/wscript +++ b/wscript @@ -513,8 +513,8 @@ def test(ctx): # Start test report with serd information report = open('earl.ttl', 'w') report.write('''@prefix earl: . -@prefix xsd: .\n''') - +@prefix xsd: . +@prefix dc: .\n''') serd_ttl = open(os.path.join(srcdir, 'serd.ttl')) for line in serd_ttl: report.write(line) -- cgit v1.2.1