[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[certi-cvs] applications/HLA_TestsSuite test_FOMParse.cc
From: |
certi-cvs |
Subject: |
[certi-cvs] applications/HLA_TestsSuite test_FOMParse.cc |
Date: |
Wed, 29 Oct 2008 17:19:05 +0000 |
CVSROOT: /sources/certi
Module name: applications
Changes by: Eric NOULARD <erk> 08/10/29 17:19:05
Modified files:
HLA_TestsSuite : test_FOMParse.cc
Log message:
Add global test sanction output
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_TestsSuite/test_FOMParse.cc?cvsroot=certi&r1=1.5&r2=1.6
Patches:
Index: test_FOMParse.cc
===================================================================
RCS file: /sources/certi/applications/HLA_TestsSuite/test_FOMParse.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- test_FOMParse.cc 29 Oct 2008 17:15:24 -0000 1.5
+++ test_FOMParse.cc 29 Oct 2008 17:19:05 -0000 1.6
@@ -309,5 +309,10 @@
}
status &= parseFederate.destroy();
+ if (status) {
+ cout << "GLOBAL SUCCESS." <<endl;
+ } else {
+ cout << "GLOBAL ERROR." <<endl;
+ }
return status ? 0 : 1;
}
- [certi-cvs] applications/HLA_TestsSuite test_FOMParse.cc,
certi-cvs <=