Beispiel #1
0
func newDbHarnessWopt(t *testing.T, o *opt.Options) *dbHarness {
	o.Flag |= opt.OFCreateIfMissing
	return newDbHarnessWoptRaw(t, o)
}