summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Event/Basic/exhaustive_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Event/Basic/exhaustive_test.pl')
-rwxr-xr-xorbsvcs/tests/Event/Basic/exhaustive_test.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/orbsvcs/tests/Event/Basic/exhaustive_test.pl b/orbsvcs/tests/Event/Basic/exhaustive_test.pl
index 7ff0920f1b1..633e3d5fdc1 100755
--- a/orbsvcs/tests/Event/Basic/exhaustive_test.pl
+++ b/orbsvcs/tests/Event/Basic/exhaustive_test.pl
@@ -17,10 +17,10 @@ $conf_file = PerlACE::LocalFile ("exhaustive$PerlACE::svcconf_ext");
@dispatching_configs = ("-ECDispatching reactive",
"-ECDispatching mt -ECDispatchingThreads 4");
-@collection_strategies = ("copy_on_read",
- "copy_on_write",
+@collection_strategies = ("copy_on_read",
+ "copy_on_write",
"delayed");
-@collection_types = ("list",
+@collection_types = ("list",
"rb_tree");
@filtering_configs = ("-ECFiltering prefix -ECSupplierFilter per-supplier",
"-ECFiltering prefix -ECSupplierFilter null");
@@ -30,7 +30,7 @@ foreach $d (@dispatching_configs) {
foreach $c (@collection_strategies) {
foreach $t (@collection_types) {
my $collection = "mt:".$c.":".$t;
-
+
my $config = 'static EC_Factory "'
.$d
." -ECProxyPushConsumerCollection ".$collection