summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2013-05-08 06:54:32 -0700
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2013-05-08 06:54:32 -0700
commitf9903c366f55ac8bb0c9eaac7c8dacf6a1c14ed8 (patch)
treedec18a1ad0889b80ee300fb5118d013516592385 /test
parent940c8bad050aff33644c1f6064f3ac57454b298d (diff)
parent17530f851f816f29697ceb4a7b6f50a87250cf75 (diff)
downloadrdflib-f9903c366f55ac8bb0c9eaac7c8dacf6a1c14ed8.tar.gz
Merge pull request #278 from uholzer/bug-ntriples-eof
NTriples: Newline in final line is optional
Diffstat (limited to 'test')
-rw-r--r--test/test_nt_misc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_nt_misc.py b/test/test_nt_misc.py
index d7a01d75..b94e43a2 100644
--- a/test/test_nt_misc.py
+++ b/test/test_nt_misc.py
@@ -93,7 +93,6 @@ class NTTestCase(unittest.TestCase):
def test__no_EOF(self):
data = '''<http://example.org/resource32> <http://example.org/property> <http://example.org/datatype1> .'''
p = ntriples.NTriplesParser()
- self.assertRaises(ntriples.ParseError, p.parsestring, data)
def test_bad_line(self):
data = '''<http://example.org/resource32> 3 <http://example.org/datatype1> .\n'''