I think this fixes tests, and makes them runnable from continuous integration.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3161 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2016-03-13 13:37:58 +00:00
parent ebe54b6117
commit 7a16a1d65c
15 changed files with 97 additions and 124 deletions

View File

@ -55,3 +55,8 @@ TaskTryCatch::~TaskTryCatch() {
}
}
}
bool TaskTryCatch::hasCaught()
{
return _tryCatch.HasCaught();
}