diff --git a/test/rules.t.cpp b/test/rules.t.cpp index 0cb70b3b..39ac7a44 100644 --- a/test/rules.t.cpp +++ b/test/rules.t.cpp @@ -45,7 +45,7 @@ int main (int, char**) r.set ("one.two", 12); r.set ("one.two.three", 123); r.set ("one.two.four", 124); - t.is ((int) r.all ().size (), 9, "Rules all (\"\") --> 9"); + t.is ((int) r.all ().size (), 8, "Rules all (\"\") --> 8"); t.ok (r.all ("one.two").size () == 3, "Rules all (\"one.two\") --> 3"); return 0;