summaryrefslogtreecommitdiff
path: root/TAO/tests/ZIOP/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ZIOP/common.h')
-rw-r--r--TAO/tests/ZIOP/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/ZIOP/common.h b/TAO/tests/ZIOP/common.h
index 95efa9e9b86..f896f7650da 100644
--- a/TAO/tests/ZIOP/common.h
+++ b/TAO/tests/ZIOP/common.h
@@ -5,6 +5,5 @@
#define LEAST_COMPRESSION_LEVEL ((CLIENT_COMPRESSION_LEVEL < SERVER_COMPRESSION_LEVEL) ?\
CLIENT_COMPRESSION_LEVEL : SERVER_COMPRESSION_LEVEL)
-static const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
-static const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior");
+#define DEFAULT_IOR_FILENAME ACE_TEXT("test.ior");
static int test = 1;