mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Tests: Corrected number of defaults
This commit is contained in:
parent
ffeb1d774c
commit
aa61490461
1 changed files with 1 additions and 1 deletions
|
@ -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 (), 23, "Rules all (\"\") --> 23");
|
||||
t.is ((int) r.all ().size (), 35, "Rules all (\"\") --> 35");
|
||||
t.ok (r.all ("one.two").size () == 3, "Rules all (\"one.two\") --> 3");
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue