Commit 41409b00 authored by Barry Warsaw's avatar Barry Warsaw

checkOtherWriteMethods(): write_nonversion_object()'s use the `a'

opcode.
parent 9933d242
......@@ -231,7 +231,7 @@ class FullLogTest(BaseSetupTearDown):
rec = self._log.next()
unless(rec)
key, rec = rec
eq(key, 'o')
eq(key, 'a')
eq(len(rec), 6)
eq(rec, (oid, zero, zero, lrevid, None, prevrevid))
rec = self._log.next()
......
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