Commit b32e5600 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4e891e4a
......@@ -564,10 +564,7 @@ var brokenZClass = &zclass{
// ---- basic persistent objects provided by zodb ----
// XXX -> zodbpy ?
// XXX Map is like persistent.mapping.PersistentMapping
// XXX tests.
// Map is equivalent of persistent.mapping.PersistentMapping in ZODB/py.
type Map struct {
Persistent
......@@ -606,8 +603,7 @@ func (m *mapState) PySetState(pystate interface{}) error {
return nil
}
// XXX List is like persistent.list.PersistentList
// XXX tests.
// List is equivalent of persistent.list.PersistentList in ZODB/py.
type List struct {
Persistent
......
......@@ -591,6 +591,7 @@ func TestPersistentDB(t0 *testing.T) {
// XXX Get(txn = different) -> panic
}
// TODO Map & List tests.
// TODO PyGetState vs PySetState tests (general - for any type):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment