summaryrefslogtreecommitdiff
path: root/ACE/tests/Bug_3912_Regression_Test.conf
diff options
context:
space:
mode:
authorcbeaulac <cbeaulac@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-04-17 13:39:43 +0000
committercbeaulac <cbeaulac@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-04-17 13:39:43 +0000
commit5a2d9ed37e1df43387f8b0d87183c9d30a98b18a (patch)
treea71979654cc2c781d309b9f9512ec241c57f7502 /ACE/tests/Bug_3912_Regression_Test.conf
parentb57df7f3ab3648a16301bc6bbae87719adcc1fab (diff)
downloadATCD-5a2d9ed37e1df43387f8b0d87183c9d30a98b18a.tar.gz
Sun Apr 17 13:30:23 UTC 2011 Chad Beaulac <chad@objectivesolutions.com>
* 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.
Diffstat (limited to 'ACE/tests/Bug_3912_Regression_Test.conf')
-rw-r--r--ACE/tests/Bug_3912_Regression_Test.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/ACE/tests/Bug_3912_Regression_Test.conf b/ACE/tests/Bug_3912_Regression_Test.conf
new file mode 100644
index 00000000000..3095958ffe9
--- /dev/null
+++ b/ACE/tests/Bug_3912_Regression_Test.conf
@@ -0,0 +1,5 @@
+stream dynamic Close_Test_Stream STREAM *Service_Config_Stream_DLL:make_stream() active
+{
+ dynamic Close_Test_Module Module *Service_Config_Stream_DLL:make_close()
+}
+