summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/run_test.pl
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-24 22:40:49 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-24 22:40:49 +0000
commitf75ae65684a1b3efefee06797eefddd7ea4098d3 (patch)
treeee558934a5d9e035165f8808f2734c5e03893f5f /TAO/orbsvcs/tests/Notify/Basic/run_test.pl
parent33c3c35ed1b6578a0b4b77a2632976dd6c747a9d (diff)
downloadATCD-f75ae65684a1b3efefee06797eefddd7ea4098d3.tar.gz
ChangeLogTag: Tue Jun 24 18:40:08 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Basic/run_test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/run_test.pl b/TAO/orbsvcs/tests/Notify/Basic/run_test.pl
index 3a56464b968..a0f5568f540 100755
--- a/TAO/orbsvcs/tests/Notify/Basic/run_test.pl
+++ b/TAO/orbsvcs/tests/Notify/Basic/run_test.pl
@@ -60,6 +60,7 @@ $status = 0;
@default_test_configs =
(
+ "notify.rt.conf",
"notify.reactive.conf",
"notify.mt.conf",
);
@@ -109,7 +110,7 @@ for $config (@test_configs)
## configuration, so we skip this test for now.
## The Notification should actually throw an exception for the property not supported.
if ($name->{name} eq "AdminProperties"
- && $config eq "notify.reactive.conf")
+ && ($config eq "notify.reactive.conf" || $config eq "notify.rt.conf"))
{
next;
}