summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3896_Regression
Commit message (Collapse)AuthorAgeFilesLines
* bool changesJohnny Willemsen2021-03-171-1/+1
|
* bool changesJohnny Willemsen2021-03-171-1/+1
|
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-091-1/+1
|
* Update .gitignore filesFred Hornsey2020-06-011-0/+7
| | | | | | | | | | | | After building TAO tests for https://github.com/DOCGroup/ACE_TAO/pull/1132 I was left with a lot of untracked files. I used https://github.com/objectcomputing/OpenDDS/blob/e1b3c99f74e73a537083e790f3bf9fb9ee6ed8b9/tools/scripts/update_gitignore.pl to create and update `.gitignore` files. I made sure I wasn't creating any directories just containing a `.gitignore` file, except for `ACE/apps/gperf/tests/iout2_gen`. It had a placeholder file called `.empty` which I deleted because the `.gitignore` can serve the same purpose.
* Perl filesJohnny Willemsen2015-01-071-1/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-074-7/+0
|
* Removed a lot of old Id tagsJohnny Willemsen2015-01-072-6/+0
|
* Sun Apr 6 18:57:09 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-04-061-0/+2
| | | | | | | | | | | * tao/TAO_Internal.cpp: Fixed formatting of a debug statement consistent * tests/Bug_3896_Regression/client.cpp: * tests/Connect_Strategy_Test/client.cpp: Print a message in the client before calling shutdown on the server
* Thu Nov 17 10:05:08 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-11-171-1/+1
| | | | | | Merged changes from Remedy work branch.
* Fixed warningJohnny Willemsen2010-10-011-1/+1
|
* Thu Sep 30 07:09:50 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-302-0/+2
| | | | | | * tests/Bug_3896_Regression/Hello.cpp: * tests/Bug_3896_Regression/client.cpp: Added include to get sleep
* Wed Sep 29 13:35:11 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-297-0/+450
* bin/tao_orb_tests.lst: * tests/Bug_3896_Regression: * tests/Bug_3896_Regression/Bug_3896_Regression.mpc: * tests/Bug_3896_Regression/Hello.h: * tests/Bug_3896_Regression/Hello.cpp: * tests/Bug_3896_Regression/Test.idl: * tests/Bug_3896_Regression/client.cpp: * tests/Bug_3896_Regression/run_test.pl: * tests/Bug_3896_Regression/server.cpp: Added new regression test to validate that an invocation that is aborted because of an orb shutdown gives a comm_failure exception and not a timeout * tests/No_Server_MT_Connect_Test/client.cpp: layout changes