Bug Fix - #299 Can't use multiple project.hasnt:foo

- Fixed bug that prevented a filter from containing multiple references
  to the same attribute (thanks for John Florian).
- Added unit tests to verify.
This commit is contained in:
Paul Beckingham 2010-01-24 18:40:04 -05:00
parent cc82823c47
commit 48bf9d9f85
4 changed files with 150 additions and 60 deletions

View file

@ -70,7 +70,8 @@ public:
private:
void loadCorrectConfigFile ();
void loadAliases ();
void autoFilter (Task&, Filter&);
void autoFilter (Att&, Filter&);
void autoFilter (Filter&);
public:
Config config;