summaryrefslogtreecommitdiff
path: root/ACE/tests/tests.mpc
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-09-16 08:55:38 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-09-16 08:55:38 +0200
commit8b0ee3b9d25f29c23bb13919865d6b8266faa5d2 (patch)
treec5ab900b9ea5e45634b45285d4d42cf2a2dbae65 /ACE/tests/tests.mpc
parent605d00acaefdf2a7f2bd97328d7e6a12262156c2 (diff)
downloadATCD-8b0ee3b9d25f29c23bb13919865d6b8266faa5d2.tar.gz
Revert "Fix connecting timeout without returning -1 in ACE_Cached_Connect_Strategy_T"
Diffstat (limited to 'ACE/tests/tests.mpc')
-rw-r--r--ACE/tests/tests.mpc7
1 files changed, 0 insertions, 7 deletions
diff --git a/ACE/tests/tests.mpc b/ACE/tests/tests.mpc
index 6f1f122b48f..f6024307672 100644
--- a/ACE/tests/tests.mpc
+++ b/ACE/tests/tests.mpc
@@ -2229,10 +2229,3 @@ project(Missing_Svc_Conf_Test) : acetest {
Missing_Svc_Conf_Test.cpp
}
}
-
-project(Cached_Conn_Strategy_Fail_Test): acetest {
- exename = Cached_Conn_Strategy_Fail_Test
- Source_Files {
- Cached_Conn_Strategy_Fail_Test.cpp
- }
-}