Rename triple entities were relevant
This commit is contained in:
parent
ddf8849e60
commit
443a091b72
62 changed files with 664 additions and 664 deletions
|
|
@ -53,12 +53,12 @@ var simpleGraph = []quad.Quad{
|
|||
}
|
||||
|
||||
func makeTestSession(data []quad.Quad) *Session {
|
||||
ts, _ := graph.NewTripleStore("memstore", "", nil)
|
||||
w, _ := graph.NewQuadWriter("single", ts, nil)
|
||||
qs, _ := graph.NewQuadStore("memstore", "", nil)
|
||||
w, _ := graph.NewQuadWriter("single", qs, nil)
|
||||
for _, t := range data {
|
||||
w.AddQuad(t)
|
||||
}
|
||||
return NewSession(ts)
|
||||
return NewSession(qs)
|
||||
}
|
||||
|
||||
var testQueries = []struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue