summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp')
-rw-r--r--TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp b/TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp
deleted file mode 100644
index 30b938ae411..00000000000
--- a/TAO/CIAO/DAnCE/tests/Config_Handlers/CompImplDesc_Handler_Test.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-// $Id$
-
-#include "Handler_Test.h"
-
-#include "Old_Config_Handlers/CompImplDesc_Handler.h"
-
-int
-ACE_TMAIN (int argc, ACE_TCHAR *argv[])
-{
- return Config_Handler_Test::run_test
- <CIAO::Config_Handler::CompImplDesc_Handler,
- Deployment::ComponentImplementationDescription>
- (argc,
- argv,
- &CIAO::Config_Handler::CompImplDesc_Handler::process_ComponentImplementationDescription);
-}
-