From: Steve Brokenshire Date: Wed, 23 Mar 2016 22:43:37 +0000 (+0000) Subject: Added basic comments for stubbed unit tests in xestiaab_common.h X-Git-Tag: release-0.11~6 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=f8fd44076329849a8ca9f1067c98c787fb80a7f0 Added basic comments for stubbed unit tests in xestiaab_common.h --- diff --git a/source/tests/xestiaab_common.h b/source/tests/xestiaab_common.h index 76384bb..2102240 100644 --- a/source/tests/xestiaab_common.h +++ b/source/tests/xestiaab_common.h @@ -318,12 +318,13 @@ TEST(CommonFunctions, ResetUnusedString){ TEST(CommonFunctions, ConvertToHTML){ -} - -TEST(CommonFunctions, DeleteMapDataProcess){ + // Tests for converting data for inserting into a HTML + // formatted document. } TEST(CommonFunctions, MapDataExists){ + // Tests for checking that map data exists. + } \ No newline at end of file