diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-08 13:50:58 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-08 13:50:58 +0000 |
commit | f86f9b25fe4f60fc94d60e0710b1af94242cdca6 (patch) | |
tree | 4d33661c9d791b5631db426be3fd1ab31dc4c102 /TAO/tests | |
parent | 9fe9bacefc62e9cfce205d1e6d4230e2fbc00c5e (diff) | |
download | ATCD-f86f9b25fe4f60fc94d60e0710b1af94242cdca6.tar.gz |
ChangeLogTag: Mon Jan 8 13:50:31 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests')
-rw-r--r-- | TAO/tests/OBV/Truncatable/client.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tests/OBV/Truncatable/client.cpp b/TAO/tests/OBV/Truncatable/client.cpp index c372ce85579..4f75c2cd7c8 100644 --- a/TAO/tests/OBV/Truncatable/client.cpp +++ b/TAO/tests/OBV/Truncatable/client.cpp @@ -12,6 +12,10 @@ int fail = 0; int pretest = 0; int verbose = 0; +#if defined (VERIFY) +#undef VERIFY +#endif /* VERIFY */ + #define VERIFY(Condition) \ { \ if ((Condition)==0) \ |