From: Steve Brokenshire Date: Tue, 24 Nov 2015 09:57:33 +0000 (+0000) Subject: Added note regarding unit testing in development. X-Git-Tag: release-0.05~3 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=3c69754ad40afe45fc1d456447be3308b9a00fd2 Added note regarding unit testing in development. --- 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 +}