From f8fd44076329849a8ca9f1067c98c787fb80a7f0 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Wed, 23 Mar 2016 22:43:37 +0000 Subject: [PATCH] Added basic comments for stubbed unit tests in xestiaab_common.h --- source/tests/xestiaab_common.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.2