Bug Fix - blank annotations now disallowed

- Prevented blank annotations from being added, and the description
  being echoed as though it were the annotation applied (thanks to
  Bruce Dillahunty).
- Added bug.annotate.t unit test to prevent regression.
This commit is contained in:
Paul Beckingham
2009-05-27 01:01:25 -04:00
parent 8dd9690a65
commit 0fcaf85652
6 changed files with 73 additions and 10 deletions

View File

@@ -153,6 +153,8 @@ void Context::loadCorrectConfigFile (int argc, char** argv)
std::string file = pw->pw_dir;
config.createDefault (file);
// TODO Apply overrides of type: "rc.name:value"
}
////////////////////////////////////////////////////////////////////////////////