Skip to content

Commit

Permalink
really fix broken mdata test
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgull committed Jul 10, 2014
1 parent d70e84c commit 45cbc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_issue375.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@
dc:type <http://purl.oreilly.com/product-types/BOOK> .
'''.strip()

mdata_expected = u'''@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix cc: <http://creativecommons.org/ns#> .
mdata_expected = u'''@prefix cc: <http://creativecommons.org/ns#> .
@prefix ctag: <http://commontag.org/ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
Expand Down

0 comments on commit 45cbc63

Please sign in to comment.