summaryrefslogtreecommitdiff
path: root/ACE/tests/Bug_3912_Regression_Test.conf
Commit message (Collapse)AuthorAgeFilesLines
* Perl filesJohnny Willemsen2015-01-071-1/+0
|
* Tue May 10 11:59:32 UTC 2011 Chad Beaulac ↵cbeaulac2011-05-101-0/+2
| | | | | | | | | <chad.beaulac@objectivesolutions.com> * ace/Stream.cpp * tests/Bug_3912_Regression_Test.cpp * tests/Bug_3912_Regression_Test.conf Fixed FUZZ whitespace and Id
* Wed May 4 15:07:46 UTC 2011 Chad Beaulac <chad.beaulac@objectivesolutions.com>cbeaulac2011-05-041-0/+5
| | | | | | | | | | | | | | | * ace/Stream.cpp: Modified ACE_Stream::remove(name,flags) so close is always called on the module that's removed regardless of the flags. Close needs to be called to ensure proper lifecycle management when the ACE_Service_Repository shuts down in its fini method. Bugzilla #3912 * tests/Bug_3912_Regression_Test.conf: * tests/Bug_3912_Regression_Test.cpp: * tests/run_test.lst * tests/test.mpc Added test to assert that close is called.
* Sun Apr 17 17:48:54 UTC 2011 Chad Beaulac <chad@objectivesolutions.com>cbeaulac2011-04-171-5/+0
| | | | | | | | | * tests/Bug_3912_Regression_Test.conf * tests/run_test.lst * tests/Bug_3912_Regression_Test.cpp * tests/tests.mpc Removed 3912 Test and conf file. Will re-add after code freeze for upcoming release.
* Sun Apr 17 13:30:23 UTC 2011 Chad Beaulac <chad@objectivesolutions.com>cbeaulac2011-04-171-0/+5
* ace/Stream.cpp ACE_Stream::remove(module) always calls close on the Module now. It use to only call close when the flags was M_DELETE_NONE. * tests/Bug_3912_Regression_Test.conf * tests/Bug_3912_Regression_Test.cpp Tests that close is called on an ACE_Task that's the reader in a Module that's removed from the Stream. * tests/Service_Config_Stream_DLL.cpp Added make_close factory method for a new Module. * tests/Bug_3334_Regression_Test.cpp Initialized status variable to zero. * tests/run_test.lst * tests/tests.mpc Added new test.