summaryrefslogtreecommitdiff
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
commitb00adf4fcebd4a8f462f6a8a155879ad3d75ba56 (patch)
treed82000e6dc125790f675ad3265a04ac8dd496d60
parentdf8176bb989b9090a2eea71db9effcd8796b7b98 (diff)
downloadATCD-b00adf4fcebd4a8f462f6a8a155879ad3d75ba56.tar.gz
-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 {
}