Destutter mql

This commit is contained in:
kortschak 2014-06-28 12:58:03 +09:30
parent 3a673a333c
commit 913d567ae1
5 changed files with 18 additions and 18 deletions

View file

@ -35,9 +35,9 @@ import (
// +---+
//
func buildTripleStore() *MqlSession {
func buildTripleStore() *Session {
ts := memstore.MakeTestingMemstore()
return NewMqlSession(ts)
return NewSession(ts)
}
func compareJsonInterfaces(actual interface{}, expected interface{}, path MqlPath, t *testing.T) {