From 3c69754ad40afe45fc1d456447be3308b9a00fd2 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Tue, 24 Nov 2015 09:57:33 +0000 Subject: [PATCH] Added note regarding unit testing in development. --- source/tests/xestiaab_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tests/xestiaab_test.cpp b/source/tests/xestiaab_test.cpp index 113e380..477ee9c 100644 --- a/source/tests/xestiaab_test.cpp +++ b/source/tests/xestiaab_test.cpp @@ -42,7 +42,7 @@ int main(int argc, char* argv[]){ printn("Xestia Address Book Unit Testing Application"); printn("(c)2015 Xestia Software Development"); - + printn("Note: Unit testing is currently in development"); printn(""); bool ExitEnabled = false; @@ -115,4 +115,4 @@ int main(int argc, char* argv[]){ } -} \ No newline at end of file +} -- 2.39.2