Unit Tests

- Any test that contains a '*' in the description output has a chance of failing
  because that '*' gets expanded by the shell, somewhere in the run_all script.
  While I can't find that problem (yet) and fix it, I can remove the '*' from
  the output.
This commit is contained in:
Paul Beckingham 2013-04-07 11:38:42 -04:00
parent 61fdc0da52
commit 168027cb9a
2 changed files with 8 additions and 7 deletions

View file

@ -52,6 +52,7 @@ int main (int argc, char** argv)
context.config.set ("tag.indicator", "+");
context.config.set ("dependency.indicator", "D");
context.config.set ("recurrence.indicator", "R");
context.config.set ("active.indicator", "A");
context.config.set ("dateformat", "Y-M-D");
context.config.set ("indent.annotation", "2");