Unit Tests

- Added unit test to ensure correct F4 and JSON parse/compose.
This commit is contained in:
Paul Beckingham
2013-06-03 00:44:25 -04:00
parent 58084f6d7a
commit 8c11c6c895
2 changed files with 28 additions and 2 deletions

View File

@@ -475,6 +475,7 @@ void Task::parseJSON (const std::string& line)
{
// If the attribute is a recognized column.
std::string type = Task::attributes[i->first];
if (type != "")
{
// Any specified id is ignored.