From 2a5def7fc64311bd7abfe45e6a9080e1fff167ef Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 10 Jul 2024 09:26:25 -0700 Subject: [PATCH] test removal of non-existant record --- modules/database/test/ioc/db/dbStaticTestRemove.db | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/database/test/ioc/db/dbStaticTestRemove.db b/modules/database/test/ioc/db/dbStaticTestRemove.db index 6c5f1c822..21304bf4c 100644 --- a/modules/database/test/ioc/db/dbStaticTestRemove.db +++ b/modules/database/test/ioc/db/dbStaticTestRemove.db @@ -34,6 +34,11 @@ record(x, "testdelrec8") { field("INP", "{z:{good:1}}") } +record("#", "no:such:record") { } +record("#", "also:non:existant") { + field(FOO, "5") +} + record("#", "testdelrec1") { } record("#", "testdelrec2") { field("INP", "foobar2")