summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2013-05-02 14:40:55 +0200
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2013-05-02 14:40:55 +0200
commitd9ae17b43419180eaf8c92c6f28ebd1d11d5aa1b (patch)
tree4555a671157fc3e46e0b2e28103193a99d6e3dc5 /test
parentbdbc2a580dd1c6064b665d6bbbc3bfff6f02c783 (diff)
downloadrdflib-d9ae17b43419180eaf8c92c6f28ebd1d11d5aa1b.tar.gz
moved paths from sparql package to top-level - make slicing return tuples, not always triples
Diffstat (limited to 'test')
-rw-r--r--test/test_slice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_slice.py b/test/test_slice.py
index 429a7366..2371b79c 100644
--- a/test/test_slice.py
+++ b/test/test_slice.py
@@ -36,7 +36,7 @@ class GraphSlice(unittest.TestCase):
sl(g[:self.likes:self.pizza],2)
# does tarek like pizza?
- sl(g[self.tarek:self.likes:self.pizza],1)
+ self.assertTrue(g[self.tarek:self.likes:self.pizza])
# More intesting is using paths