summaryrefslogtreecommitdiff
path: root/TAO/tests/POA
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-22 07:39:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-22 07:39:34 +0000
commit8cb7f1b5f45ae801c9bccc69554505ef08ce347b (patch)
treed82000e6dc125790f675ad3265a04ac8dd496d60 /TAO/tests/POA
parentbab20fa5ac86963af56d679314abea53835573e6 (diff)
downloadATCD-8cb7f1b5f45ae801c9bccc69554505ef08ce347b.tar.gz
Diffstat (limited to 'TAO/tests/POA')
-rw-r--r--TAO/tests/POA/Bug_1592_Regression/Bug_1592_Regression.mpc8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/POA/Bug_1592_Regression/Bug_1592_Regression.mpc b/TAO/tests/POA/Bug_1592_Regression/Bug_1592_Regression.mpc
index 745471417ef..82573aab8c1 100644
--- a/TAO/tests/POA/Bug_1592_Regression/Bug_1592_Regression.mpc
+++ b/TAO/tests/POA/Bug_1592_Regression/Bug_1592_Regression.mpc
@@ -2,7 +2,7 @@
project(*idl): taoidldefaults {
IDL_Files {
- Test.idl
+ test.idl
}
custom_only = 1
}
@@ -18,8 +18,8 @@ project(*Server): taoserver, pi_server {
server.cpp
}
Source_Files {
- TestC.cpp
- TestS.cpp
+ testC.cpp
+ testS.cpp
}
IDL_Files {
}
@@ -31,7 +31,7 @@ project(*Client): taoclient, pi {
client.cpp
}
Source_Files {
- TestC.cpp
+ testC.cpp
}
IDL_Files {
}