Generated build 13

This commit is contained in:
Phil Nash 2013-01-16 09:44:43 +00:00
parent 0a87795535
commit 2e7d966b76
4 changed files with 528 additions and 396 deletions

2
README
View File

@ -1,4 +1,4 @@
CATCH v0.9 build 12 (integration branch)
CATCH v0.9 build 13 (integration branch)
---------------------------------------------
CATCH is an automated test framework for C, C++ and Objective-C.

View File

@ -257,7 +257,6 @@ namespace Catch
Option<TestCaseInfo> unusedTestCaseInfo;
Ptr<ThreadedSectionInfo> unusedSectionInfo;
Ptr<ThreadedSectionInfo> currentSectionInfo;
bool currentSectionOpen;
std::ostream& stream;
};
@ -341,7 +340,6 @@ namespace Catch
// Option<TestCaseInfo> unusedTestCaseInfo;
// Ptr<ThreadedSectionInfo> unusedSectionInfo;
// Ptr<ThreadedSectionInfo> currentSectionInfo;
// bool currentSectionOpen;
// Ptr<TestGroupNode> testGroupNode;
Option<TestGroupNode> testGroupNode;
std::ostream& stream;

View File

@ -13,7 +13,7 @@
namespace Catch {
// These numbers are maintained by a script
Version libraryVersion( 0, 9, 12, "integration" );
Version libraryVersion( 0, 9, 13, "integration" );
}
#endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED

File diff suppressed because it is too large Load Diff