diff options
author | Jose <jose@zeroc.com> | 2018-06-01 17:41:03 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-06-01 17:41:03 +0200 |
commit | cbe92e540a7f02f0bdf93192424bd119189365b7 (patch) | |
tree | 411c50dc0ae9c669d31a940b1b4903b5deac4f12 /cpp/test/Ice/library/Consumer.cpp | |
parent | Fixed Util.py check for binary installation directory on Windows (diff) | |
download | ice-cbe92e540a7f02f0bdf93192424bd119189365b7.tar.bz2 ice-cbe92e540a7f02f0bdf93192424bd119189365b7.tar.xz ice-cbe92e540a7f02f0bdf93192424bd119189365b7.zip |
Do not use Ice::Application for Ice testsuite
Diffstat (limited to 'cpp/test/Ice/library/Consumer.cpp')
-rw-r--r-- | cpp/test/Ice/library/Consumer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/library/Consumer.cpp b/cpp/test/Ice/library/Consumer.cpp index b8a06bd9f69..a879e9bea30 100644 --- a/cpp/test/Ice/library/Consumer.cpp +++ b/cpp/test/Ice/library/Consumer.cpp @@ -8,7 +8,7 @@ // ********************************************************************** #include <Test.h> -#include <TestCommon.h> +#include <TestHelper.h> #if defined(_MSC_VER) # pragma comment(lib, ICE_LIBNAME("gencode")) |