Added Visual Studio project and fixed up some warnings showing in VS

This commit is contained in:
Phil Nash 2010-11-12 19:32:13 +00:00
parent 7e8cfa714f
commit d8aa843c7d
14 changed files with 307 additions and 9 deletions

View file

@ -74,7 +74,7 @@ namespace Catch
}
}
}
return runner.getFailures();
return runner.getFailureCount();
}
} // end namespace Catch