Merge branch 'test-coverage' Fixes CLOWNFISH-95.
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/604a9149 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/604a9149 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/604a9149 Branch: refs/heads/master Commit: 604a9149209bd5d2628d4497abc82c0093ea7cf8 Parents: 615d033 b9e4c0e Author: Nick Wellnhofer <[email protected]> Authored: Mon May 16 18:36:15 2016 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Mon May 16 18:36:15 2016 +0200 ---------------------------------------------------------------------- runtime/common/charmonizer.c | 6 + runtime/common/charmonizer.main | 6 + runtime/core/Clownfish/Blob.c | 4 +- runtime/core/Clownfish/Boolean.c | 2 +- runtime/core/Clownfish/Class.c | 11 +- runtime/core/Clownfish/Test.c | 4 + runtime/core/Clownfish/Test/TestBlob.c | 34 ++++- runtime/core/Clownfish/Test/TestBoolean.c | 16 ++- runtime/core/Clownfish/Test/TestByteBuf.c | 59 +++++++- runtime/core/Clownfish/Test/TestCharBuf.c | 101 ++++++++++++- runtime/core/Clownfish/Test/TestClass.c | 67 ++++++++- runtime/core/Clownfish/Test/TestErr.c | 111 +++++++++++++- runtime/core/Clownfish/Test/TestHash.c | 70 ++++++++- runtime/core/Clownfish/Test/TestMethod.c | 91 ++++++++++++ runtime/core/Clownfish/Test/TestMethod.cfh | 28 ++++ runtime/core/Clownfish/Test/TestNum.c | 62 +++++++- runtime/core/Clownfish/Test/TestObj.c | 3 +- runtime/core/Clownfish/Test/TestString.c | 144 ++++++++++++++++--- runtime/core/Clownfish/Test/TestVector.c | 112 +++++++++------ .../core/Clownfish/Test/Util/TestStringHelper.c | 44 +++++- runtime/core/Clownfish/Util/SortUtils.c | 24 ---- runtime/core/Clownfish/Util/SortUtils.cfh | 18 --- runtime/perl/t/core/011-method.t | 23 +++ runtime/perl/t/core/030-boolean.t | 23 +++ 24 files changed, 937 insertions(+), 126 deletions(-) ----------------------------------------------------------------------
